Get NFT or Jetton information.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getTokenData
{ "ok": true, "result": {}, "error": "<string>", "code": 123 }
Address of NFT collection/item or Jetton master/wallet smart contract
Successful Response
NFT or Jetton information as returned by tonlib; varies by contract type.
Was this page helpful?