DEX Token Prices Hourly

Hourly token prices derived from DEX trades.

Product Update (2024-03-28)

  • DEX Token prices now supports Arbitrum and Polygon chain.

  • There will be no imputation of prices if there were no eligible DEX trades performed for the hour.

  • New columns added: _updated_at _created_at traders trade_count

DEX Token Prices

Thedex_token_prices_hourly contains hourly price data of tokens derived from swaps performed on decentralized exchanges.

Chains Supported

  • Ethereum, Polygon, Arbitrum

Methodology

  • We only include swaps with USD volume > 1 USD

  • For a given token, the sum of the total USD swap volume (both sold/bought volume) was divided by the sum of the total volume of the token swapped in DEX trades.

  • If token A had 200,000 USD volume in swaps and the total volume of token A swapped was 18,000 for a given hour, the price calculated will be:

price = sum(usd_volume)/sum(token_volume) 
11.111 USD = 200,000/18,000
where price = 11.111 USD and the usd_trading_volume = 200,000

Table Columns

Last updated