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 addressadmin_address
- admin addressdecimals
- decimalsmarket_volume_ton
- 24h market volume in TONprice
- latest pricetotal_tvl
- total TVL in TONsymbol
- symbol
jettons_market_data
Aggregated info for all jettons with all history
build_time
- data point timeaddress
- jetton addresssymbol
- jetton symbolprice
- jetton price (in TON)market_volume_ton
- 24h market volume in TONactive_owners_24
- 24h active traderstotal_holders
- total holders
jetton_master
Information about jettons (master contracts)
address
- master contract address
jetton_burn
All burn events (mostly for wrapped TON's)
time
- burn timecreated_lt
- lt of burn messagequery_id
- query idamount
- amount burntowner
- 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 timecreated_lt
- lt of mint messageamount
- amount mintedminter
- 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 tominter
, but could be empty as well)wallet
- wallet address
jetton_transfer
TEP-74 transfers.
time
- transfer timecreated_lt
- lt of transfer messagesuccessful
- 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 transferquery_id
,amount
,response_destination
,custom_payload
,forward_ton_amount
,forward_payload
- see TEP-74source_owner
,destination_owner
- owners of jettonssource_wallet
- jetton wallet which handle transfer operation, should be used to determine jetton kindsub_op
- 32-bit op code fromforward_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 addressbuild_time
- price update timeprice_ton
- price in TONprice_usd
- price in USD
Last updated