Get token data
Returns metadata for Jetton or NFT contracts. Automatically detects the contract type and returns appropriate fields. For Jetton masters: total supply, admin, metadata. For Jetton wallets: balance, owner. For NFT items: collection, owner, content. For NFT collections: item count, metadata.
Documentation Index
Fetch the complete documentation index at: https://beta-docs.ton.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key header of the form X-API-Key: <token>, where <token> is the API key. Requests without a key are limited to 1 RPS. Refer to the authentication guide for details.
Query Parameters
The account address to query.
Account address in raw format (e.g., 0:ca6e321c...) or user-friendly format (e.g., EQDKbjIcfM...). All formats are automatically detected.
Response
Returns parsed token metadata for Jetton masters, Jetton wallets, NFT collections, and NFT items.
Returns true if the request succeeded; otherwise false. See the error field for details.
Response data. Present only when ok is true.
- Option 1
- Option 2
- Option 3
- Option 4
Optional request ID that can be passed in the request and received back in the response. Useful for matching async responses.