DEXes

Data sources related to DEXs

dex_tvl_current

Current TVL for all pools

  • address - pool address

  • platform - platform name

  • jetton_a - first jetton in the pair

  • jetton_b - second jetton in the pair

  • tvl_ton - TVL in TON

dex_tvl_history

The same as previous one, but with all history (see build_time field)

dex_swaps

  • msg_id - unique swap id

  • platform - DEX name

  • swap_dst_token - destination token address

  • swap_src_token - source token address

  • swap_dst_amount - destination token amount

  • swap_src_amount - source token amount

  • swap_time - swap time

  • swap_user - user initiated swap

api_business_dex_swaps

The same as dex_swaps, but with low latency (available only for Business subscription plan). It contains data for DeDust, Ston.fi and Megaton only.

Last updated