Table Description

Contains metadata information for Jettons (TON’s equivalent of fungible tokens), including name, symbol, decimals, and other token-specific details. This table has no partitioning.

Column Descriptions

ColumnTypeDescription
addressstringContract address of the Jetton
update_time_onchainintLast update time recorded on-chain
update_time_metadataintLast update time of the metadata
mintablebooleanWhether the Jetton can be minted
admin_addressstringAddress of the Jetton administrator
jetton_content_onchainstringOn-chain content of the Jetton
jetton_wallet_code_hashstringHash of the Jetton wallet code
code_hashstringHash of the Jetton contract code
metadata_statusintStatus of the metadata
symbolstringSymbol/ticker of the Jetton
namestringName of the Jetton
descriptionstringDescription of the Jetton
imagestringImage URL of the Jetton
image_datastringRaw image data of the Jetton
decimalsintNumber of decimal places for the Jetton
sourcesstructRaw metadata sources
tonapi_image_urlstringTON API image URL for the Jetton
adding_dateintDate when the Jetton was added
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample