Jettons

Here is a list of available Jettons related data sources. All tables has internal id primary field.

active_jettons_info

Actual information about all active jettons (>10TON TVL):

  • address - jetton address

  • admin_address- admin address

  • decimals- decimals

  • market_volume_ton- 24h market volume in TON

  • price- latest price

  • total_tvl- total TVL in TON

  • symbol- symbol

jettons_market_data

Aggregated info for all jettons with all history

  • build_time - data point time

  • address - jetton address

  • symbol - jetton symbol

  • price - jetton price (in TON)

  • market_volume_ton - 24h market volume in TON

  • active_owners_24 - 24h active traders

  • total_holders - total holders

jetton_master

Information about jettons (master contracts)

  • address - master contract address

  • admin_address, symbol, name, image, image_data, decimals, metadata_url, description - see TEP-74, TEP-64

jetton_burn

All burn events (mostly for wrapped TON's)

  • time - burn time

  • created_lt - lt of burn message

  • query_id - query id

  • amount - amount burnt

  • owner - burn initiator (actually it could be not the owner, depends on smart contract logic)

  • wallet - wallet address

jetton_mint

TEP-74 does not specify the use of mint, but TEP-74 recommends using the internal_transfer layout for it (i.e., a message that is handled by wallets to update their balances). In the case of ordinary transfer, internal_transfer should precede the transfer operation. If it is absent, it is not an ordinary transfer but rather a mint operation.

  • time - mint time

  • created_lt - lt of mint message

  • amount - amount minted

  • minter - address who initiated mint (has to be master contract, otherwise it is some suspicious…)

  • from_address - address specified as from_address in message layout (should be equals to minter, but could be empty as well)

  • wallet - wallet address

jetton_transfer

TEP-74 transfers.

  • time - transfer time

  • created_lt - lt of transfer message

  • successful - if transfer was successfully processed by wallet smart-contract (i.e. transfer_internal was executed without errors)

  • originated_msg_id - msg_id with external messages which led to this transfer

  • query_id, amount, response_destination, custom_payload, forward_ton_amount, forward_payload - see TEP-74

  • source_owner, destination_owner - owners of jettons

  • source_wallet - jetton wallet which handle transfer operation, should be used to determine jetton kind

  • sub_op - 32-bit op code from forward_payload (if present)

jetton_wallets

  • wallet_address - jetton wallet address (unique)

  • owner - wallet owner address (constant)

  • jetton_master - jetton master address (constant)

  • balance - actual balance

api_business_tokens_prices

View with the token prices in TON and USD. Refreshed in near real-time, the same way as in TradingView datafeed.

  • address - jetton address

  • build_time - price update time

  • price_ton - price in TON

  • price_usd - price in USD

Last updated