# Deployed NFT Badge List

## Deployed NFT Badge List

<mark style="color:blue;">`GET`</mark> `/api/v1/oauth2-app/badge_list`

**Headers:**&#x20;

appid: {application id}&#x20;

appkey: {application key}

chainid: chainid

**Query String:** ?page\_no=1\&page\_size=10\&collection=\&nft\_name=\&chainid=

#### Query Parameters

| Name                                         | Type   | Description     |
| -------------------------------------------- | ------ | --------------- |
| page\_no<mark style="color:red;">\*</mark>   | Number | page number     |
| page\_size<mark style="color:red;">\*</mark> | Number | size per page   |
| collection                                   | String | category        |
| nft\_name                                    | String | name of the nft |
| chainid                                      | Number | chainid         |

{% tabs %}
{% tab title="200: OK " %}

```javascript

{
    "code": 200,
    "data": {
        "data": [
            {
                "app_id": "634e5645b2a1453908b37ef4",
                "chain_id": 599,
                "collection": "",
                "contract_address": "0x74FfF94C486D50cADE6fcxxxxxxxxxx",
                "contract_logo": "https://metis.memosync.org:6083/matrix-test/05baad0e71204a86b9dffe727c489f89.png",
                "contract_name": "NFT0530-03",
                "created": 1685405110,
                "dapp_name": "app5 ",
                "expiry_date_ts": 0,
                "has_promotion": false,
                "id": "6475ae67e6c1d50a8c6a6219",
                "level_count": 2,
                "levels": [
                    {
                        "badge_uri": "05baad0e71204a86b9dffe727c489f89.png",
                        "badge_url": "https://metis.memosync.org:6083/matrix-test/05baad0e71204a86b9dffe727c489f89.png",
                        "desc": "description",
                        "internal_note": "internal note",
                        "level": 1,
                        "max_rp": 20,
                        "min_rp": 1,
                        "name": "NFT0530-03"
                    },
                    {
                        "badge_uri": "3025356e78054035987de7f14296b7c9.png",
                        "badge_url": "https://metis.memosync.org:6083/matrix-test/3025356e78054035987de7f14296b7c9.png",
                        "desc": "description",
                        "internal_note": "internal note",
                        "level": 2,
                        "max_rp": 32,
                        "min_rp": 21,
                        "name": "NFT0530-03"
                    }
                ],
                "name": "NFT0530-03",
                "nft_name": "NFT0530-03",
                "promotion_group": "",
                "rp": 1,
                "start_date_ts": 0,
                "time_zone": "+08:00",
                "version": "V2"
            }
        ],
        "page_no": 1,
        "page_size": 2,
        "total": 23
    },
    "msg": ""
}
```

{% endtab %}
{% endtabs %}
