v1
latestOpenAPI 3.1.02026-07-2411205.0 MBGet Price OHLC
get/api/price/ohlc/v1
Query parameters
assetstring required
period'1h' | '1d' | '1m' required
One hour, one day or one month.
timestamp_startinteger
Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endinteger
Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
pageinteger
The page number of the response.
limitinteger
The number of responses. max is 200,
Response
200
Example response
{
"pagination": {
"current_page": 1,
"per_page": 50,
"total_items": 977,
"total_pages": 20,
"next_page": 2
},
"data": [
{
"period": "1d",
"timestamp": "2025-02-26T00:00:00Z",
"asset": "TAO",
"volume_24h": "263821126.1415",
"open": "379.5458",
"high": "385.8701",
"low": "363.6157",
"close": "366.4996"
}
]
}