META NFTPack

GET https://{market-domain}/v1.0/db/meta/nftpack

Query Parameters

Name
Type
Description

page_offset*

int

요청페이지

page_size*

int

요청 페이지 크기

{
    "return": 0,
    "message": "success",
    "value": {
        "total_count": 1016,
        "nft_pack_list": [
            {
                "pack_id": 3,
                "pack_name": "OnMeowZ #1",
                "grade_id" : 0,
                "coin_id": 20001,
                "token_uri": "ipfs://QmeNbyr2ZwUoHJohDUWjBfC6hBv2A4W6wzpFsniGkm63Vq",
                "explanation": "Users can mint OnMeowZ by playing INNO PICK games at INNO Platform but the rarest limited editions are at the auction and they are not able to be earned by playing games. The rarest limited NFTs are 20 NFTs total. 16 NFTs are at the auction, the other 4 NFTs are included in airdrop pool.\r\nOnMeowZ works as a membership system for core users at INNO Platform, and holders will be befitted depending on their rarity and level.",
                 "effect": "[{\"app_id\":\"1\",\"description\":\"Purchasing Labyrinth Pets #1 increases HP 100 and MP 100 synergy.\",\"properties\":[{\"trait_type\":\"HP\",\"value\":100},{\"trait_type\":\"MP\",\"value\":200}]}]",
                "original_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/3/origin.png",
                "original_extension": "png",
                "main_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/3/main.png",
                "main_extension": "png",
                "thumbnail_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/3/thumb.png",
                "thumbnail_extension": "png",
                 "attributes": "[{\"trait_type\":\"Body\",\"value\":\"Tomato\"},{\"trait_type\":\"Eyes\",\"value\":\"Basic Eyes\"},{\"trait_type\":\"Mouth\",\"value\":\"Pig Nose\"},{\"trait_type\":\"Clothes\",\"value\":\"SpaceSuit Blue\"},{\"trait_type\":\"Eyewear\",\"value\":\"Thug Black\"},{\"trait_type\":\"Acc\",\"value\":\"OnMeowZ Flag\"},{\"trait_type\":\"Background\",\"value\":\"BG Space Purple\"},{\"trait_type\":\"BG Effect\",\"value\":\"Planet\"},{\"trait_type\":\"Rarity\",\"value\":\"Space\"}]",
                "app_id_list": [
                    2
                ]
            },
            {
                "pack_id": 4,
                "pack_name": "OnMeowZ #10",
                "grade_id" : 1,
                "coin_id": 20001,
                "token_uri": "ipfs://QmVhkDKPwzweriJSCMH1NQ36UkyKHs2Cp56hdhXsKweyJ5",
                "explanation": "Users can mint OnMeowZ by playing INNO PICK games at INNO Platform but the rarest limited editions are at the auction and they are not able to be earned by playing games. The rarest limited NFTs are 20 NFTs total. 16 NFTs are at the auction, the other 4 NFTs are included in airdrop pool.\r\nOnMeowZ works as a membership system for core users at INNO Platform, and holders will be befitted depending on their rarity and level.",
                "effect": "[]",
                "original_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/4/origin.png",
                "original_extension": "png",
                "main_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/4/main.png",
                "main_extension": "png",
                "thumbnail_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/4/thumb.png",
                "thumbnail_extension": "png",
                  "attributes": "[{\"trait_type\":\"Body\",\"value\":\"Tomato\"},{\"trait_type\":\"Eyes\",\"value\":\"Basic Eyes\"},{\"trait_type\":\"Mouth\",\"value\":\"Pig Nose\"},{\"trait_type\":\"Clothes\",\"value\":\"SpaceSuit Blue\"},{\"trait_type\":\"Eyewear\",\"value\":\"Thug Black\"},{\"trait_type\":\"Acc\",\"value\":\"OnMeowZ Flag\"},{\"trait_type\":\"Background\",\"value\":\"BG Space Purple\"},{\"trait_type\":\"BG Effect\",\"value\":\"Planet\"},{\"trait_type\":\"Rarity\",\"value\":\"Space\"}]",
                "app_id_list": [
                    2
                ]
            },

curl --location --request GET 'https://{dashboard-domain}/v1.0/db/meta'

Last updated