NFT

Get NFT collections

get/v2/nfts/collections

Query parameters

limitinteger
Example:15
offsetinteger
Example:10

Response

nft collections

Example response

{
  "nft_collections": [
    {
      "address": "0:FD595F36B4C1535BEC8461490D38EBB9AE3C38DD6ACE17CA63ABE2C6608BE159",
      "approved_by": [
        "getgems"
      ],
      "metadata": {},
      "next_item_index": 1,
      "owner": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "icon": "https://ton.org/logo.png",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation"
      },
      "previews": [
        {
          "resolution": "100x100",
          "url": "https://site.com/pic1.jpg"
        }
      ],
      "trust": "whitelist"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.