We pull price data from the coinpaprika API.

The Price is the volume-weighted price based on real-time market data, translated to USD.

prices.usd

This table supports a range of erc20.token prices.

adding a token to price tracking

If the token you desire is not listed in here, please make a pull request to our GitHub repository.

Column nameData typeDescription
contract_addressvarbinarythe contract address of the erc20 token
symbolvarcharthe identifier of the asset (ticker, cashtag)
pricebigintThe price of the asset in any given minute
minutetimestampThe timestamp for which minute this price is reported

Note that WETH has to be used for the ETH price as ETH is not an erc20 token.