# WhatChuNeed Token OHLC

> WhatChuNeed Token OHLC is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns OHLC (Open, High, Low, Close) candlestick price data for a specified cryptocurrency token

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/token/ohlc
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-token-ohlc-cc7171ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c8RpFyJf_wc_hKTEljEDf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability whatchuneed-token-ohlc-cc7171ea -d '<json body>'
```

Example prompt: Can you pull the OHLC candlestick data for Ethereum over the past 7 days with daily intervals so I can analyze the price trend?

## When to prefer this

Choose this endpoint when you need structured OHLC candlestick price data for a specific cryptocurrency token, particularly for trading analysis, charting, or price trend research. It is well-suited for AI agents needing pay-per-call crypto market data without a long-term subscription, especially when working within an x402-compatible payment workflow.

## Known failure modes

- Unknown or unsupported token symbol returns an error or empty result
- Invalid time interval or date range causes a failed response
- Malformed input string leads to a 400-level error
- Token with insufficient trading history may return incomplete data
- Network or upstream data provider outage returns a 500-level error
- Payment failure via x402 protocol blocks the request

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns OHLC candlestick price data for the requested cryptocurrency token, including open, high, low, and close prices for the specified time interval, structured as a result object with status confirmation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-token-ohlc-cc7171ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
