Get the historical prices of one (or many) large cap ERC20 tokens between specified date ranges. Also supports native tokens.
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
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.
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.
Successful response
The response is of type object
.