/getTokenData REST API Endpoint
Query Parameters
address
string
REQUIRED
Address of NFT collection/item or Jetton master/wallet smart contract
Returns
ok
boolean
A boolean indicating whether the request was successful (true means successful)
result
object
The result object which contains the following fields:
balance
integer
The balance of the jetton wallet, represented in nanotons
owner
string
The owners address of the jetton wallet, represented as a base64-encoded string
jetton
string
The contract address of the jetton (token) associated with this wallet, represented as a base64-encoded string
jetton_wallet_code
string
The smart contract bytecode for the jetton wallet, encoded in base64
contract_type
string
The type of contract for this jetton wallet
Request
1curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getTokenData?address=EQBO7JIbnU1WoNlGdgFtScJrObHXkBp-FT5mAz8UagiG9KQR' \2--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free