Skip to main content
POST
/
v2
/
nfts
/
collections
/
_bulk
cURL
curl --request POST \
  --url https://tonapi.io/v2/nfts/collections/_bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_ids": [
    "0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
  ]
}
'
{
  "nft_collections": [
    {
      "address": "0:FD595F36B4C1535BEC8461490D38EBB9AE3C38DD6ACE17CA63ABE2C6608BE159",
      "next_item_index": 1,
      "raw_collection_content": "<string>",
      "approved_by": [
        "getgems"
      ],
      "owner": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation",
        "icon": "https://ton.org/logo.png"
      },
      "metadata": {},
      "previews": [
        {
          "resolution": "100x100",
          "url": "https://site.com/pic1.jpg"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

a list of account ids

account_ids
string<address>[]
required

Response

nft collections

nft_collections
object[]
required