Data

DEX

dex.trades is the canonical swap table. It is a union of protocol decoders, not a Uniswap table with extra columns.

Status

Building. Uniswap V3 is the first decoder. The table schema is public; the API returns 501 until the decoder is live.

Shape

protocol, pool_address, token_sold, token_bought, amount_sold, amount_bought, plus tx_hash and log_index. Signed Uniswap amounts are oriented into an unsigned sold/bought pair.

BuildingDo not build volume charts on token.transfers while waiting for dex.trades. Router hops will inflate the number.