Get historical token prices
Commonly used to get historic prices of a token between date ranges. Supports native tokens.
Processing: Batch
Path Parameters
The chain name eg: eth-mainnet
.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Contract address for the token. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically. Supports multiple contract addresses separated by commas.
Query Parameters
The start day of the historical price range (YYYY-MM-DD).
The end day of the historical price range (YYYY-MM-DD).
Sort the prices in chronological ascending order. By default, it's set to false
and returns prices in chronological descending order.
Response
Use contract decimals to format the token balance for display purposes - divide the balance by 10^{contract_decimals}
.
The string returned by the name()
method.
The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
Use the relevant contract_address
to lookup prices, logos, token transfers, etc.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
The contract logo URL.
The requested quote currency eg: USD
.
The contract logo URLs.
List of response items.
List of response items.