DEX Aggregator

Our data tables capture key metrics related to token volumes, fees, and trades.

Key Tables:

  • Tokens: Details of the tokens supported by the aggregator, including token addresses, names, symbols, and decimals.

  • Token Snapshot: Token-level snapshots, capturing trading volume, fees, and incentives collected in USD for a given period.

  • Protocol Snapshot: Snapshot of aggregator-wide metrics, including total volume and fees in USD across all tokens.

  • Trades: Data on individual trades executed via the aggregator, including token swaps, slippage, and fees.

Property
Description
Type

chain_id

The standard id of the chain.

number

token_address

The contract address of the token.

string

token_name

The full name of the token, from the eth_call name().

string

token_symbol

The symbol of the token, from the eth_call symbol().

string

decimals

The decimals name of the token, from the eth_call decimals().

number

Last updated