Learn how to process historical price data for Solana in the SVM Integration Guide.
Authorizations
Query Parameters
Comma-separated list of feed IDs.
The number of minutes of historical data to retrieve.
Response
Historical price data with high and low prices for each feed. Example: {"BTCUSD":{"high":{...},"low":{...}}}
A mapping of feed IDs to their historical high and low price objects.
Object containing high and low price data for a feed.