Prices
Historical prices
Historical prices for explicit token addresses over a bounded time range. Required query params: chainId, addresses, from, to. Maximum allowed window is 30 days per request.
get/v3/prices/history
Query parameters
chainIdinteger required
addressesstring required
Comma-separated token addresses.
assetsstring
Deprecated alias for addresses.
frominteger required
Inclusive start of the history window as a unix timestamp in seconds (UTC).
tointeger required
Inclusive end of the history window as a unix timestamp in seconds (UTC).
offsetinteger
limitinteger
Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100.
Response
Historical prices
Changes
No recorded changes to this endpoint across all 1 revision of this API.