V2 - Assets
Get asset price history
Retrieve historical price data for a specific asset.
get/api/2/asset/price-history
Query parameters
addressstring
Token contract address
Token contract address
chainIdstring
Blockchain chain ID (required when using address)
Blockchain chain ID (required when using address)
idnumber nullable
Asset ID (alternative to address+chainId)
Asset ID (alternative to address+chainId)
periodstring
Candle period (e.g., "5m", "1h", "1d")
Candle period (e.g., "5m", "1h", "1d")
fromnumber nullable
Start timestamp (unix seconds)
Start timestamp (unix seconds)
tonumber nullable
End timestamp (unix seconds)
End timestamp (unix seconds)
Response
Asset price history response
Changes
No recorded changes to this endpoint across all 4 revisions of this API.