List Asset Rates
Returns historical rates for a given asset.
The response includes a timestamp and price for each interval in the requested time window. Use quote_symbol and quote_type to choose the asset used for pricing.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
Classification of the asset (fiat, crypto, stablecoin, or xstock).
fiat, crypto, stablecoin, xstock Asset name (e.g., BTC, ETH, USD).
Ticker symbol of an asset (e.g. BTC, USDC, EUR).
3 - 16"BTC"
Query Parameters
Ticker symbol of the fiat quote asset to use for valuations (e.g. USD, EUR). Defaults to USD.
Ticker symbol of an asset (e.g. BTC, USDC, EUR).
3 - 16"BTC"
Classification of the quote asset. Currently only fiat is supported.
fiat Start of the time window (inclusive). Only results whose timestamp is greater than or equal to start_timestamp are returned.
"2025-06-30T00:00:00.000Z"
End of the time window (exclusive). Only results whose timestamp is strictly less than end_timestamp are returned.
"2025-06-30T00:00:00.000Z"
If provided, shows the history of the asset in the given interval.
Should be in the format of an [ISO 8601 duration].
Supported resolutions: 1min, 5min, 15min, 30min, 60min, 4H, 1D, 7D, 15D
"PT15M"
Maximum number of results to return on a single page. Defaults to 20, maximum 100.
1 <= x <= 100Opaque page token returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 256Response
Response
List of historical records
The asset used as the quote currency for all rates in data. Echoes the quote_symbol query parameter (or its default).
16Classification of the quote asset. Echoes the quote_type query parameter (or its default).
fiat Start of the time window covered by data. Echoes the start_timestamp query parameter (or its default).
End of the time window covered by data. Echoes the end_timestamp query parameter (or its default).
Granularity of each row in data. Echoes the interval query parameter.
"PT15M"
Maximum number of results returned on this page. Echoes the page_size query parameter (or its default).
1 <= x <= 100Opaque token for the next page of results. Absent when there are no more pages.
1 - 256