Table Description

Information about decentralized exchange liquidity pools and their configurations on TON. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block containing the pool data was created
block_datedateDate of when the block containing the pool data was created
poolstringAddress of the liquidity pool
projectstringName of the DEX project
versionintVersion of the DEX protocol
discovered_atintUnix timestamp when the pool was first discovered
jetton_leftstringAddress of the first token in the pair
jetton_rightstringAddress of the second token in the pair
reserves_leftdecimal(38,0)Reserve amount of the first token
reserves_rightdecimal(38,0)Reserve amount of the second token
total_supplydecimal(38,0)Total supply of LP tokens
tvl_usddecimal(20,6)Total value locked in USD
tvl_tondecimal(20,9)Total value locked in TON
last_updatedintUnix timestamp of last update
is_liquidbooleanWhether the pool has sufficient liquidity
lp_feedecimal(12,10)Fee paid to liquidity providers
protocol_feedecimal(12,10)Fee paid to the protocol
referral_feedecimal(12,10)Fee paid to referrers

Table Sample