Python
Data Feeds
Fetch Historical Prices
Returns historical price data as tickers within a time range.
GET
Python
Authorizations
Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.
Path Parameters
The data feed provider.
Available options:
binance, chainlink Query Parameters
Trading pair (e.g. BTC/USD)
Start unix timestamp (seconds)
End unix timestamp (seconds)
Max records to return
Sort order
Available options:
asc, desc 
