# clonecho.builda.company Crypto OHLCV Candles (OKX Spot)

> clonecho.builda.company Crypto OHLCV Candles (OKX Spot) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns OHLCV (open, high, low, close, volume) candlestick data for any OKX spot trading pair at a specified bar interval

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/crypto-ohlc
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-builda-company-crypto-ohlcv-candles-okx-spot-e6b14e68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2yahkXCyNxrjAKiSPtSn_

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 clonecho-builda-company-crypto-ohlcv-candles-okx-spot-e6b14e68 -d '<json body>'
```

Example prompt: Can you pull the daily OHLCV candles for BTC-USDT from OKX — I want the 1D bar interval so I can see open, high, low, close, and volume data.

## When to prefer this

Use this endpoint when you need OHLCV candlestick market data for OKX spot trading pairs across multiple timeframes (1m to 1W). Prefer this over generic crypto data APIs when you specifically need OKX-sourced data or need flexible bar interval selection from minute to weekly granularity.

## Known failure modes

- Invalid instId format returns an error or empty result
- Unsupported bar interval string causes a bad request response
- Missing required instId parameter results in an error
- OKX data unavailable or rate-limited may return empty or error
- Very new trading pairs may have limited historical data

## How this service works

CRYPTO: OHLCV candles for any spot pair (OKX). ?instId=BTC-USDT&bar=1D (1m,5m,15m,1H,4H,1D,1W). Returns JSON.

## Output

A JSON array of OHLCV candlestick records for the requested spot pair and bar interval, each containing timestamp, open, high, low, close, and volume fields sourced from OKX exchange data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-crypto-ohlcv-candles-okx-spot-e6b14e68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
