META NFTPack
GET
https://{market-domain}/v1.0/db/meta/nftpack
Query Parameters
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'
total_count
int64
총 행수
nft_pack_list
array
nft pack list
pack_id
int64
pack_name
string
grade_id
int64
합성 등급 0 : 합성 불가
1 : 1성 NFT
2 : 2성 NFT
3 : 3성 NFT
4 : 4성 NFT
5 : 5성 NFT
coin_id
int64
coin meta의 coinID(nft:20000 고)
token_uri
string
NFT의 고정속성
explanation
string
설명
effect
string
original_path
string
원본이미지경로+파일명
original_extension
string
원본이미지확장자
main_path
string
메인이미지경로+파일명
main_extension
string
메인이미지확장자
thumbnail_path
string
썸네일이미지경로+파일명
thumbnail_extension
string
썸네일이미지확장자
attributes
string
NFT 속성 JSON https://onbuff.atlassian.net/wiki/spaces/ON/pages/296058885/3.+NFT+Token+URI 해당 문서token_uri의 attributes 속성만 참고
app_id_list
array(int64)
NFTPack에 연결된 App List
0
success
성공
33100
GetListAccountPoints DB Scan Error
내부 DB 에러
Last updated