Skip to main content
POST
/
v2
/
nfts
/
_bulk
cURL
curl --request POST \
  --url https://tonapi.io/v2/nfts/_bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_ids": [
    "0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
  ]
}
'
{
  "nft_items": [
    {
      "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>"
    }
  ]
}

Body

application/json

a list of account ids

account_ids
string<address>[]
required

Response

nft items

nft_items
object[]
required