Table Description

Records of all trades executed on decentralized exchanges within the TON ecosystem. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block containing the trade was created
block_datedateDate of when the block containing the trade was created
tx_hashstringTransaction hash of the trade
trace_idstringTrace identifier for trade tracking
project_typestringType of DEX project
projectstringName of the DEX project
versionintVersion of the DEX protocol
event_timeintUnix timestamp of the trade event
event_typestringType of the trade event
trader_addressstringAddress of the trader
pool_addressstringAddress of the liquidity pool
router_addressstringAddress of the DEX router
token_sold_addressstringAddress of the token sold
token_bought_addressstringAddress of the token bought
amount_sold_rawdecimal(38,0)Raw amount of tokens sold
amount_bought_rawdecimal(38,0)Raw amount of tokens bought
referral_addressstringAddress of the referral
platform_tagstringTag identifying the platform
query_iddecimal(20,0)Query identifier
volume_usddecimal(20,6)Trade volume in USD
volume_tondecimal(20,9)Trade volume in TON
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample