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
Example response
{
"success": true
}