Get historical token prices
Get the historical prices of one (or many) large cap ERC20 tokens between specified date ranges. Also supports native tokens.
Credit Cost
Processing
Supports a comma separated list of token contract addresses.
If no date range is provided, the spot price (with a 5 minute refresh) is provided.
Authorizations
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
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
The response is of type object
.