Skip to main content
GET
cURL

What it measures

Open / high / low / close prices with base- and quote-denominated volume, aggregated into day, hour, 10min, or min candles. This endpoint serves CryptoQuant aggregated spot data — all-exchange aggregated symbols (e.g. btc_all).

Authorizations

Authorization
string
header
required

For each API request, include the Authorization HTTP header with Bearer {access_token}.

Query Parameters

symbol
string
required

Aggregated symbol, e.g. btc_all (all quotes, all exchanges).

window
enum<string>
default:day

Aggregation window: day (default), hour, 10min, or min.

Available options:
day,
hour,
10min,
min
from
string

Inclusive start time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.

to
string

Inclusive end time, YYYYMMDDTHHMMSS (UTC). If window=day, YYYYMMDD is also accepted.

limit
integer
default:100

Maximum rows returned (default 100, max 10000).

Required range: x <= 10000
format
enum<string>
default:json

Response format: json (default) or csv.

Available options:
json,
csv

Response

200 - application/json

CQ Aggregated Spot OHLCV time-series.

status
object
required

Returned with every response; indicates whether the request was successful.

result
object
required