List OHLCV data

Retrieves an list of historical data of open, high, low, close, underlying_volume and quoted_volume.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

Filter for underlying asset in the trading pair. E.g., BTC for BTC/USD related OHLCV data.

string
enum
required

Filter for quoted asset in the trading pair. E.g., USD for BTC/USD related OHLCV data.

Allowed:
string

Filter for maximum number of data points to be returned in a single request. Default is 50 if not specified.

string

Filter for objects before given timestamp. E.g., 1780876800 for June 8, 2026.

boolean

Filter for all data available. Defaults to false. If set to true, time_frame is ignored and all available data is returned with daily granularity.

string
enum
required

Filter for time_frame of the OHLCV data. Required if all_data is not set to true. E.g., daily for daily OHLCV data.

Allowed:
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json