v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215245616.9 KB
Data Feeds

Fetch Historical Prices

Returns historical price data as tickers within a time range.

get/api/feeds/{feed}/fetchHistoricalPrices

Path parameters

feed'binance' | 'chainlink' required

The data feed provider.

Query parameters

symbolstring required

Trading pair (e.g. BTC/USD)

fromTimestampinteger

Start unix timestamp (seconds)

untilTimestampinteger

End unix timestamp (seconds)

maxSizeinteger

Max records to return

order'asc' | 'desc'

Sort order

Response

Successful response

successboolean

Example response

{
  "success": true
}