# NFT

## GET One NFT

#### Example of request:

```
https://api.certhis.io/nft
```

{% tabs %}
{% tab title="REQUEST" %}
Query Parameters<br>

<table><thead><tr><th width="319">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>nft_id</td><td>the <code>int</code> representing the nft id (token id)</td></tr><tr><td>collection_address</td><td>the <code>string</code> representing the smart contract address of the collection</td></tr><tr><td>refresh</td><td>forcing refreshing data</td></tr></tbody></table>
{% endtab %}

{% tab title="RESPONSE" %}
Sample response

```
{
   "status":true,
   "message":"get_nft",
   "data":{
      "id":86424,
      "nft_id":0,
      "collection_id":83,
      "owner_address":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
      "creator_address":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
      "ipfs_object":{
         "name":"Little Monster",
         "description":"Little monster for certhis demo",
         "image":"https://certhis.mypinata.cloud/ipfs/QmWC2bQXgZMrNz5BHN7h9qZhnY1r2Q2ntNfJXp3xpPPdLC/0.png",
         "attributes":[
            {
               "trait_type":"color",
               "value":"purple"
            },
            {
               "trait_type":"glance",
               "value":"up"
            }
         ]
      },
      "collection_object":{
         "id":608,
         "collection_id":83,
         "collection_name":"cc",
         "collection_logo":null,
         "collection_header":null,
         "collection_symbole":"cc",
         "collection_tax":0,
         "collection_address":"0xb731D506b9F2f506Ae1cFE4bDc0B837f01CF21a1",
         "root_price":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
         "certhis_tax":null,
         "price_for_mint":0,
         "whitelist":"[]",
         "collection_full":1,
         "root":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
         "mintable_activate":0,
         "collection_type":0,
         "currency_for_mint":"0x0000000000000000000000000000000000000000",
         "collection_price":"[\"0:0x0000000000000000000000000000000000000000:0\",\"1:0x0000000000000000000000000000000000000000:0\",\"2:0x0000000000000000000000000000000000000000:0\",\"3:0x0000000000000000000000000000000000000000:0\",\"4:0x0000000000000000000000000000000000000000:0\",\"5:0x0000000000000000000000000000000000000000:0\",\"6:0x0000000000000000000000000000000000000000:0\",\"7:0x0000000000000000000000000000000000000000:0\",\"8:0x0000000000000000000000000000000000000000:0\",\"9:0x0000000000000000000000000000000000000000:0\",\"10:0x0000000000000000000000000000000000000000:0\",\"11:0x0000000000000000000000000000000000000000:0\",\"12:0x0000000000000000000000000000000000000000:0\",\"13:0x0000000000000000000000000000000000000000:0\",\"14:0x0000000000000000000000000000000000000000:0\",\"15:0x0000000000000000000000000000000000000000:0\",\"16:0x0000000000000000000000000000000000000000:0\",\"17:0x0000000000000000000000000000000000000000:0\",\"18:0x0000000000000000000000000000000000000000:0\",\"19:0x0000000000000000000000000000000000000000:0\"]"
      },
      "label_object":{
         "label_name":"label",
         "label_logo":null,
         "label_tax":0,
         "contract_id":51
      },
      "owner_object":{
         "pseudo":"Certhis_Demo",
         "profile_pic":"https://utility-apps-assets.certhis.io/upload/2022/12/20/cd461630-8068-11ed-a192-4daf4baa4978-Thumnail-5---How-to-create-your-NFT-collection-with-Certhis-62c2ad81c4f61-62d414c7177c8.png",
         "header_pic":null
      },
      "creator_object":{
         "pseudo":"Certhis_Demo",
         "profile_pic":"https://utility-apps-assets.certhis.io/upload/2022/12/20/cd461630-8068-11ed-a192-4daf4baa4978-Thumnail-5---How-to-create-your-NFT-collection-with-Certhis-62c2ad81c4f61-62d414c7177c8.png",
         "header_pic":null
      },
      "currency_object":{
         "name":"AVALANCHE",
         "decimals":18,
         "symbol":"AVAX",
         "logoURI":""
      },
      "collection_currency_object":{
         "name":"AVALANCHE",
         "decimals":18,
         "symbol":"AVAX"
      },
      "chain_id":43113,
      "extra_price_collection":0,
      "token_uri":"https://certhis.mypinata.cloud/ipfs/QmZxVpspxu4jMupHQWZthtJTZ3WLqb1p4k5vb8pfno4uML/0.json",
      "sellable_type":"2",
      "sellable_currency":"0x0000000000000000000000000000000000000000",
      "sellable_amount":1000000000000000,
      "royalties":0,
      "created":"2023-01-18T09:02:32.000Z",
      "minted":1
   }
}
```

{% endtab %}
{% endtabs %}

## GET List of NFTs

#### Example of request

```
https://api.certhis.io/nfts
```

{% tabs %}
{% tab title="REQUEST" %}
Query Parameters<br>

<table><thead><tr><th width="364">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>collection_index</td><td>the <code>int</code> representing the smart contract address of the collection</td></tr><tr><td>per_page</td><td>the <code>int</code> representing the amount of results per page</td></tr><tr><td>label_index</td><td>the Int representing the label index</td></tr><tr><td>wallet_filter</td><td>the String representing the filter by Wallet (owner and creator)</td></tr><tr><td>minted</td><td>1 if minted, 0 if not</td></tr><tr><td>search</td><td>search by NFT name or ID</td></tr><tr><td>sellable</td><td>int representing the sellable status</td></tr><tr><td>attributes</td><td>json object </td></tr><tr><td>order_by</td><td>price or null</td></tr><tr><td>order_by_ad</td><td>ASC or DESC</td></tr><tr><td>price_r_1</td><td>int representing the minimum price time 10 power decimal chain id </td></tr><tr><td>price_r_2</td><td>int representing the maximum price time 10 power decimal chain id </td></tr></tbody></table>
{% endtab %}

{% tab title="RESPONSE" %}
Sample response

```
{
   "status":true,
   "message":"get_nfts",
   "data":[
      {
         "id":84588,
         "nft_id":19,
         "collection_id":0,
         "owner_address":"0x0000000000000000000000000000000000000000",
         "creator_address":"0x0000000000000000000000000000000000000000",
         "ipfs_object":{
            "name":"TRIBAL JAPAN Limited Collection",
            "description":"Drnath_japan_tribal_painted_face_",
            "image":"https://certhis.mypinata.cloud/ipfs/QmfLSsbwzmaB2FUMazZLPyTJaKkR3c2y6C7x85VJU5GK2z/20.png",
            "creator":"CtesseDG",
            "dimension":"1024x1024 @72ppp",
            "creation":"01/01/23",
            "heure":"04:45:04",
            "size":"1,49 Mo"
         },
         "collection_object":{
            "collection_id":0,
            "collection_name":"Limited TRIBAL",
            "collection_logo":"https://utility-apps-assets.certhis.io/upload/2023/01/01/730cd730-8a0e-11ed-a192-4daf4baa4978-2a897b21-5aa1-43f7-b9d2-0ec6051a6994 (1).png",
            "collection_header":"https://utility-apps-assets.certhis.io/upload/2023/01/01/0fcca3a0-8a11-11ed-a192-4daf4baa4978-Drnath_japan_tribal_painted_face_4aafec78-e8a2-4fc7-a065-d286281decff.png",
            "collection_symbole":"Limited BNB",
            "collection_address":"0xd9E589cDd8512660Dc58FE4668C4Cf095f391EAb"
         },
         "label_object":{
            
         },
         "owner_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "creator_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB",
            "logoURI":""
         },
         "collection_currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB"
         },
         "chain_id":56,
         "extra_price_collection":500000000000000000,
         "extra_currency_collection":"0x0000000000000000000000000000000000000000",
         "token_uri":"https://certhis.mypinata.cloud/ipfs/QmR4oFnGwX3RNvf1sdWwhbpXAU2sUzSXpmLD7z6JSLwqBN/19.json",
         "sellable_type":0,
         "sellable_currency":"0x0000000000000000000000000000000000000000",
         "sellable_amount":0,
         "royalties":0,
         "created":"2023-01-01T19:57:19.000Z",
         "updated":"2023-04-23T16:28:38.000Z",
         "minted":0
      },
      {
         "id":84587,
         "nft_id":18,
         "collection_id":0,
         "owner_address":"0x0000000000000000000000000000000000000000",
         "creator_address":"0x0000000000000000000000000000000000000000",
         "ipfs_object":{
            "name":"TRIBAL JAPAN Limited Collection",
            "description":"Drnath_japan_tribal_painted_face_",
            "image":"https://certhis.mypinata.cloud/ipfs/QmfLSsbwzmaB2FUMazZLPyTJaKkR3c2y6C7x85VJU5GK2z/19.png",
            "creator":"CtesseDG",
            "dimension":"1024x1024 @72ppp",
            "creation":"01/01/23",
            "heure":"04:47:18",
            "size":"1,49 Mo"
         },
         "collection_object":{
            "collection_id":0,
            "collection_name":"Limited TRIBAL",
            "collection_logo":"https://utility-apps-assets.certhis.io/upload/2023/01/01/730cd730-8a0e-11ed-a192-4daf4baa4978-2a897b21-5aa1-43f7-b9d2-0ec6051a6994 (1).png",
            "collection_header":"https://utility-apps-assets.certhis.io/upload/2023/01/01/0fcca3a0-8a11-11ed-a192-4daf4baa4978-Drnath_japan_tribal_painted_face_4aafec78-e8a2-4fc7-a065-d286281decff.png",
            "collection_symbole":"Limited BNB",
            "collection_address":"0xd9E589cDd8512660Dc58FE4668C4Cf095f391EAb"
         },
         "label_object":{
            
         },
         "owner_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "creator_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB",
            "logoURI":""
         },
         "collection_currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB"
         },
         "chain_id":56,
         "extra_price_collection":500000000000000000,
         "extra_currency_collection":"0x0000000000000000000000000000000000000000",
         "token_uri":"https://certhis.mypinata.cloud/ipfs/QmR4oFnGwX3RNvf1sdWwhbpXAU2sUzSXpmLD7z6JSLwqBN/18.json",
         "sellable_type":0,
         "sellable_currency":"0x0000000000000000000000000000000000000000",
         "sellable_amount":0,
         "royalties":0,
         "created":"2023-01-01T19:57:19.000Z",
         "updated":"2023-04-23T15:32:43.000Z",
         "minted":0
      },
      {
         "id":84586,
         "nft_id":17,
         "collection_id":0,
         "owner_address":"0x0000000000000000000000000000000000000000",
         "creator_address":"0x0000000000000000000000000000000000000000",
         "ipfs_object":{
            "name":"TRIBAL JAPAN Limited Collection",
            "description":"Drnath_japan_tribal_painted_face_",
            "image":"https://certhis.mypinata.cloud/ipfs/QmfLSsbwzmaB2FUMazZLPyTJaKkR3c2y6C7x85VJU5GK2z/18.png",
            "creator":"CtesseDG",
            "dimension":"1024x1024 @72ppp",
            "creation":"01/01/23",
            "heure":"04:48:48",
            "size":"1,49 Mo"
         },
         "collection_object":{
            "collection_id":0,
            "collection_name":"Limited TRIBAL",
            "collection_logo":"https://utility-apps-assets.certhis.io/upload/2023/01/01/730cd730-8a0e-11ed-a192-4daf4baa4978-2a897b21-5aa1-43f7-b9d2-0ec6051a6994 (1).png",
            "collection_header":"https://utility-apps-assets.certhis.io/upload/2023/01/01/0fcca3a0-8a11-11ed-a192-4daf4baa4978-Drnath_japan_tribal_painted_face_4aafec78-e8a2-4fc7-a065-d286281decff.png",
            "collection_symbole":"Limited BNB",
            "collection_address":"0xd9E589cDd8512660Dc58FE4668C4Cf095f391EAb"
         },
         "label_object":{
            
         },
         "owner_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "creator_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB",
            "logoURI":""
         },
         "collection_currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB"
         },
         "chain_id":56,
         "extra_price_collection":500000000000000000,
         "extra_currency_collection":"0x0000000000000000000000000000000000000000",
         "token_uri":"https://certhis.mypinata.cloud/ipfs/QmR4oFnGwX3RNvf1sdWwhbpXAU2sUzSXpmLD7z6JSLwqBN/17.json",
         "sellable_type":0,
         "sellable_currency":"0x0000000000000000000000000000000000000000",
         "sellable_amount":0,
         "royalties":0,
         "created":"2023-01-01T19:57:18.000Z",
         "updated":"2023-04-18T14:07:01.000Z",
         "minted":0
      },
      {
         "id":84585,
         "nft_id":16,
         "collection_id":0,
         "owner_address":"0x0000000000000000000000000000000000000000",
         "creator_address":"0x0000000000000000000000000000000000000000",
         "ipfs_object":{
            "name":"TRIBAL JAPAN Limited Collection",
            "description":"Drnath_japan_tribal_painted_face_",
            "image":"https://certhis.mypinata.cloud/ipfs/QmfLSsbwzmaB2FUMazZLPyTJaKkR3c2y6C7x85VJU5GK2z/17.png",
            "creator":"CtesseDG",
            "dimension":"1024x1024 @72ppp",
            "creation":"01/01/23",
            "heure":"04:42:37",
            "size":"1,49 Mo"
         },
         "collection_object":{
            "collection_id":0,
            "collection_name":"Limited TRIBAL",
            "collection_logo":"https://utility-apps-assets.certhis.io/upload/2023/01/01/730cd730-8a0e-11ed-a192-4daf4baa4978-2a897b21-5aa1-43f7-b9d2-0ec6051a6994 (1).png",
            "collection_header":"https://utility-apps-assets.certhis.io/upload/2023/01/01/0fcca3a0-8a11-11ed-a192-4daf4baa4978-Drnath_japan_tribal_painted_face_4aafec78-e8a2-4fc7-a065-d286281decff.png",
            "collection_symbole":"Limited BNB",
            "collection_address":"0xd9E589cDd8512660Dc58FE4668C4Cf095f391EAb"
         },
         "label_object":{
            
         },
         "owner_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "creator_object":{
            "pseudo":null,
            "profile_pic":null,
            "header_pic":null
         },
         "currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB",
            "logoURI":""
         },
         "collection_currency_object":{
            "name":"BNB",
            "decimals":18,
            "symbol":"BNB"
         },
         "chain_id":56,
         "extra_price_collection":500000000000000000,
         "extra_currency_collection":"0x0000000000000000000000000000000000000000",
         "token_uri":"https://certhis.mypinata.cloud/ipfs/QmR4oFnGwX3RNvf1sdWwhbpXAU2sUzSXpmLD7z6JSLwqBN/16.json",
         "sellable_type":0,
         "sellable_currency":"0x0000000000000000000000000000000000000000",
         "sellable_amount":0,
         "royalties":0,
         "created":"2023-01-01T19:57:18.000Z",
         "updated":"2023-01-11T16:59:09.000Z",
         "minted":0
      }
   ]
}
```

{% endtab %}
{% endtabs %}

## GET List of NFTs

## GET List of Labels

#### Example of request:

```
https://api.certhis.io/labels
```

{% tabs %}
{% tab title="REQUEST" %} <br>

<table><thead><tr><th width="319">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>per_page</td><td>the <code>int</code> representing how many NFTs per page (max 10)</td></tr><tr><td>page</td><td>the <code>int</code> representing page number</td></tr><tr><td>collection_index</td><td>the <code>int</code> representing Collection Certhis Index</td></tr><tr><td>label_index</td><td>the <code>int</code> representing Label Certhis Index</td></tr><tr><td>search</td><td>the <code>string</code> representing the Search by Collection name</td></tr><tr><td>owner</td><td>the <code>string</code> representing the Owner Address</td></tr><tr><td>creator</td><td> the <code>string</code> representing the Creator Address</td></tr><tr><td>wallet_filter</td><td></td></tr><tr><td>sellable</td><td></td></tr><tr><td>minted</td><td>null or 0</td></tr></tbody></table>
{% endtab %}

{% tab title="RESPONSE" %}
Sample response

```
{
   "status":true,
   "message":"get_labels",
   "data":[
      {
         "id":181,
         "label_id":5,
         "label_logo_id":34,
         "label_name":"Lab-0x",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":"https://private-nft.mypinata.cloud/ipfs/QmPHW4qh4oPHf4EQp2xvwY2P8Y9jTx1XhLkRsXXnR7RK1V",
         "label_payout":"0xD2B24e4DEEf0C72d9c7F2299487c2DB9e1071Eb6",
         "label_tax_mint":"0",
         "label_payout_mint":"0xD2B24e4DEEf0C72d9c7F2299487c2DB9e1071Eb6",
         "contract_id":34,
         "created":"2022-08-24T07:44:32.000Z",
         "updated":"2022-08-24T14:03:24.000Z"
      },
      {
         "id":203,
         "label_id":3,
         "label_logo_id":49,
         "label_name":"dxworks",
         "label_description":"Where abstract art rules. Sacred Geometry. Fractals.",
         "label_tax":200,
         "label_logo":"https://private-nft.mypinata.cloud/ipfs/Qme7e229tMeCYoHeX3GDqFrKn8nycBPJiEfHuEZdKMA2qg",
         "label_payout":"0x6Dbb6cb91D8c5Fda8570fE104c3Ccea4fef0492b",
         "label_tax_mint":"100",
         "label_payout_mint":"0x6Dbb6cb91D8c5Fda8570fE104c3Ccea4fef0492b",
         "contract_id":33,
         "created":"2022-08-30T08:02:10.000Z",
         "updated":"2022-08-30T15:45:45.000Z"
      },
      {
         "id":238,
         "label_id":5,
         "label_logo_id":79,
         "label_name":"Dxworks",
         "label_description":"Digital art, fractal art, AI art.",
         "label_tax":500,
         "label_logo":"https://private-nft.mypinata.cloud/ipfs/QmSXkkj9uejatuJWXBmwFzebCfBdbAD95VdqzL51rMSnjf",
         "label_payout":"0x8d5f4b4ae011521C97a0463a3aE5e5B5b3C94612",
         "label_tax_mint":"500",
         "label_payout_mint":"0x8d5f4b4ae011521C97a0463a3aE5e5B5b3C94612",
         "contract_id":33,
         "created":"2022-09-11T13:13:41.000Z",
         "updated":"2022-09-14T08:21:54.000Z"
      },
      {
         "id":267,
         "label_id":9,
         "label_logo_id":85,
         "label_name":"Nethax.eth",
         "label_description":"POS ACTIVATED",
         "label_tax":1000,
         "label_logo":"https://private-nft.mypinata.cloud/ipfs/QmXCv9acwJDDWLkjErmtEwsXy9LHrV8iiYihubcTX6onwN",
         "label_payout":"0xDCeC490506258d67C536Abfd165AE97714f943ec",
         "label_tax_mint":"1000",
         "label_payout_mint":"0xDCeC490506258d67C536Abfd165AE97714f943ec",
         "contract_id":33,
         "created":"2022-09-20T10:53:47.000Z",
         "updated":"2022-09-20T12:34:31.000Z"
      },
      {
         "id":268,
         "label_id":8,
         "label_logo_id":86,
         "label_name":"Nethax.eth",
         "label_description":"POS ACTIVATED",
         "label_tax":1000,
         "label_logo":"https://private-nft.mypinata.cloud/ipfs/QmXCv9acwJDDWLkjErmtEwsXy9LHrV8iiYihubcTX6onwN",
         "label_payout":"0xDCeC490506258d67C536Abfd165AE97714f943ec",
         "label_tax_mint":"1000",
         "label_payout_mint":"0xDCeC490506258d67C536Abfd165AE97714f943ec",
         "contract_id":33,
         "created":"2022-09-20T10:53:47.000Z",
         "updated":"2022-09-20T10:53:47.000Z"
      },
      {
         "id":357,
         "label_id":4,
         "label_logo_id":null,
         "label_name":"taxedlabelavax",
         "label_description":"avac",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x502990113BCDdE15Efe1085bE37c930DfB581be6",
         "label_tax_mint":"200",
         "label_payout_mint":"0x502990113BCDdE15Efe1085bE37c930DfB581be6",
         "contract_id":42,
         "created":"2022-10-20T16:37:41.000Z",
         "updated":"2022-10-20T16:57:55.000Z"
      },
      {
         "id":373,
         "label_id":11,
         "label_logo_id":null,
         "label_name":"label AVAXA",
         "label_description":"Beat",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0xcb7fc30611C7fcb87360bB152b6a3f82B63D002b",
         "label_tax_mint":"0",
         "label_payout_mint":"0xcb7fc30611C7fcb87360bB152b6a3f82B63D002b",
         "contract_id":42,
         "created":"2022-10-23T10:16:26.000Z",
         "updated":"2022-10-24T11:11:18.000Z"
      },
      {
         "id":431,
         "label_id":0,
         "label_logo_id":null,
         "label_name":"AVAXADA",
         "label_description":"AAAA",
         "label_tax":900,
         "label_logo":null,
         "label_payout":"0x7c78A82f71d6D7C9F14c4930F786F74Cd8171238",
         "label_tax_mint":"900",
         "label_payout_mint":"0x7c78A82f71d6D7C9F14c4930F786F74Cd8171238",
         "contract_id":49,
         "created":"2022-11-02T11:03:33.000Z",
         "updated":"2022-11-02T11:07:24.000Z"
      },
      {
         "id":445,
         "label_id":0,
         "label_logo_id":null,
         "label_name":"xx",
         "label_description":"xx",
         "label_tax":200,
         "label_logo":null,
         "label_payout":"0xA31ee397b03826A4Dd38C9712251948AEbcB8dCd",
         "label_tax_mint":"500",
         "label_payout_mint":"0xA31ee397b03826A4Dd38C9712251948AEbcB8dCd",
         "contract_id":50,
         "created":"2022-11-02T11:20:52.000Z",
         "updated":"2022-11-02T11:20:52.000Z"
      },
      {
         "id":449,
         "label_id":3,
         "label_logo_id":null,
         "label_name":"xxx",
         "label_description":"xxx",
         "label_tax":500,
         "label_logo":null,
         "label_payout":"0xA31ee397b03826A4Dd38C9712251948AEbcB8dCd",
         "label_tax_mint":"200",
         "label_payout_mint":"0xA31ee397b03826A4Dd38C9712251948AEbcB8dCd",
         "contract_id":51,
         "created":"2022-11-02T13:45:09.000Z",
         "updated":"2022-11-02T13:49:09.000Z"
      },
      {
         "id":461,
         "label_id":14,
         "label_logo_id":null,
         "label_name":"wx",
         "label_description":"wx",
         "label_tax":200,
         "label_logo":null,
         "label_payout":"0x6844a78B42a6e9559f33A9266131BcFe76e90afA",
         "label_tax_mint":"0",
         "label_payout_mint":"0x6844a78B42a6e9559f33A9266131BcFe76e90afA",
         "contract_id":51,
         "created":"2022-11-03T15:05:40.000Z",
         "updated":"2022-11-03T15:06:54.000Z"
      },
      {
         "id":464,
         "label_id":15,
         "label_logo_id":null,
         "label_name":"klox label",
         "label_description":"description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x7c78A82f71d6D7C9F14c4930F786F74Cd8171238",
         "label_tax_mint":"0",
         "label_payout_mint":"0x7c78A82f71d6D7C9F14c4930F786F74Cd8171238",
         "contract_id":51,
         "created":"2022-11-03T16:41:20.000Z",
         "updated":"2022-11-03T16:45:28.000Z"
      },
      {
         "id":489,
         "label_id":35,
         "label_logo_id":null,
         "label_name":"testnets avax adam",
         "label_description":"ddd",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x6844a78B42a6e9559f33A9266131BcFe76e90afA",
         "label_tax_mint":"0",
         "label_payout_mint":"0x6844a78B42a6e9559f33A9266131BcFe76e90afA",
         "contract_id":51,
         "created":"2022-11-15T14:19:50.000Z",
         "updated":"2022-11-15T18:32:00.000Z"
      },
      {
         "id":547,
         "label_id":74,
         "label_logo_id":null,
         "label_name":"label AVAXA",
         "label_description":"@font-face\r\n",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "label_tax_mint":"0",
         "label_payout_mint":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
         "contract_id":51,
         "created":"2022-12-04T12:45:21.000Z",
         "updated":"2022-12-22T15:40:13.000Z"
      },
      {
         "id":560,
         "label_id":82,
         "label_logo_id":null,
         "label_name":"BLVCKPIXEL",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2022-12-07T15:41:04.000Z",
         "updated":"2022-12-07T15:45:46.000Z"
      },
      {
         "id":561,
         "label_id":83,
         "label_logo_id":null,
         "label_name":"Xsolla",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2022-12-07T17:41:08.000Z",
         "updated":"2022-12-07T17:46:26.000Z"
      },
      {
         "id":584,
         "label_id":95,
         "label_logo_id":null,
         "label_name":"HEXASPACE",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2022-12-15T13:16:28.000Z",
         "updated":"2022-12-15T13:20:22.000Z"
      },
      {
         "id":617,
         "label_id":119,
         "label_logo_id":null,
         "label_name":"UX/UI",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2022-12-25T13:31:29.000Z",
         "updated":"2022-12-25T13:37:51.000Z"
      },
      {
         "id":626,
         "label_id":128,
         "label_logo_id":null,
         "label_name":"UX/UI",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2022-12-28T12:50:07.000Z",
         "updated":"2022-12-28T12:58:46.000Z"
      },
      {
         "id":636,
         "label_id":136,
         "label_logo_id":null,
         "label_name":"UX/UI",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2023-01-04T09:38:59.000Z",
         "updated":"2023-01-04T09:45:15.000Z"
      },
      {
         "id":653,
         "label_id":152,
         "label_logo_id":null,
         "label_name":"XT",
         "label_description":"Description",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2023-01-10T09:43:12.000Z",
         "updated":"2023-01-10T10:27:50.000Z"
      },
      {
         "id":669,
         "label_id":161,
         "label_logo_id":null,
         "label_name":"NYX",
         "label_description":"Descrription",
         "label_tax":0,
         "label_logo":null,
         "label_payout":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "label_tax_mint":"0",
         "label_payout_mint":"0x1711763f0450CD870c4582072fB08a32f6F9EC60",
         "contract_id":51,
         "created":"2023-01-12T14:38:36.000Z",
         "updated":"2023-01-12T14:41:45.000Z"
      }
   ]
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.certhis.io/api-endpoints/nft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
