curl --request GET \
--url https://tonapi.io/v2/nfts/{account_id}{
"address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
"index": 58,
"verified": true,
"metadata": {},
"approved_by": [
"getgems"
],
"trust": "whitelist",
"previews": [
{
"resolution": "100x100",
"url": "https://site.com/pic1.jpg"
}
],
"dns": "crypto.ton",
"include_cnft": false,
"code_hash": "<string>",
"data_hash": "<string>"
}Get NFT item by its address
curl --request GET \
--url https://tonapi.io/v2/nfts/{account_id}{
"address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
"index": 58,
"verified": true,
"metadata": {},
"approved_by": [
"getgems"
],
"trust": "whitelist",
"previews": [
{
"resolution": "100x100",
"url": "https://site.com/pic1.jpg"
}
],
"dns": "crypto.ton",
"include_cnft": false,
"code_hash": "<string>",
"data_hash": "<string>"
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
nft item
"0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B"
58
Collection master contract confirmed that this item is part of collection
true
{}Please use trust field
getgems, tonkeeper whitelist, graylist, blacklist, none "whitelist"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
"crypto.ton"
false
Hash of the NFT item account code cell (hex)
Hash of the NFT item account data cell (hex)
Was this page helpful?