Skip to main content
GET
/
v2
/
nfts
/
{account_id}
cURL
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>"
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

nft item

address
string<address>
required
Example:

"0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B"

index
integer<int64>
required
Example:

58

verified
boolean
required

Collection master contract confirmed that this item is part of collection

Example:

true

metadata
object
required
Example:
{}
approved_by
enum<string>[]
required
deprecated

Please use trust field

Available options:
getgems,
tonkeeper
trust
enum<string>
required
Available options:
whitelist,
graylist,
blacklist,
none
Example:

"whitelist"

owner
object
collection
object
sale
object
previews
object[]
dns
string
Example:

"crypto.ton"

include_cnft
boolean
Example:

false

code_hash
string

Hash of the NFT item account code cell (hex)

data_hash
string

Hash of the NFT item account data cell (hex)