META 정보
GET
https://{market-domain}/v1.0/db/meta
{
"return": 0,
"message": "success",
"value": {
"sections": [
{
"section_id": 1,
"section_name": "GAME X NFT",
"is_selected": false
},
{
"section_id": 2,
"section_name": "INNO X NFT",
"is_selected": false
}
],
"brand": [
{
"brand_id": 1,
"brand_name": "Ragnarok Labyrinth",
"section_id": 1,
"app_id" : 1,
},
{
"brand_id": 2,
"brand_name": "PoringMerge",
"section_id": 1,
"app_id" : 2,
}
],
"categorys": [
{
"category_id": 1,
"category_name": "Character",
"sort_order": 1
},
{
"category_id": 4,
"category_name": "Poring",
"sort_order": 1
},
{
"category_id": 2,
"category_name": "Item",
"sort_order": 2
},
{
"category_id": 3,
"category_name": "Etc",
"sort_order": 3
}
],
"brand_category": [
{
"brand_id": 1,
"category_id": 1
},
{
"brand_id": 1,
"category_id": 2
},
{
"brand_id": 1,
"category_id": 3
},
{
"brand_id": 2,
"category_id": 2
},
{
"brand_id": 2,
"category_id": 3
},
{
"brand_id": 2,
"category_id": 4
}
],
"sort_by": [
{
"name": "order of registration",
"value": 0
},
{
"name": "order by price",
"value": 1
}
],
"sort_order": [
{
"name": "Ascending",
"value": 0
},
{
"name": "Descending",
"value": 1
}
],
"product_status": [
{
"name": "Ready to sell",
"value": 1
},
{
"name": "Sale",
"value": 2
},
{
"name": "End of auction",
"value": 3
},
{
"name": "Sold out",
"value": 4
},
{
"name": "Sale period expired",
"value": 5
},
{
"name": "Cancel",
"value": 6
}
]
}
}
curl --location --request GET 'https://{dashboard-domain}/v1.0/db/meta'
sections
array
section 정보
section_id
int8
section id
section_name
string
Section 이름 (예:"GAME X NFT")
is_selected
bool
페이지 접근단계의 selected 여부
categorys
array
category 정보
category_id
int8
category id
category_name
string
category 이름 (예:"Character", "Item", "Etc")
sort_order
int64
not used
brand
array
brand_id
brand id
brand_name
brand 이름
(예:”Ragnarok Labyrinth”)
section_id
brand가 소속될 section id 정보
brand_category
array
brand에 연관된 category 정보
brand_id
brand id
category_id
category id
category_name
category 이름 (예:"Character", "Item", "Et
sort_by
array
정렬준
name
string
"order of registration" (등록 기준) "order by price" (가격 기준)
value
int64
sort_order
array
정렬
name
string
"Ascending" (오름차순) "Descending" (내림차순)
value
int64
product_status
array
상품상태
name
string
"Ready to sell" (판매준비중) "Sale" (판매중/경매중) "End of auction" (경매종료) "Sold out" (판매완료) "Sale period expired" (판매기간만료/경매유찰) "Cancel" (취소)
value
int64
nft_merges
object array
합성 정보
app_id
int64
고객사 id
grade_id
int64
합성 재료 등급 정보
merge_quantity
int64
합성에 필요한 재료 개수
success_rate
int64
합성 성공율
result_grade_id
int64
합성 결과물 등급 정보
is_enabled
bool
활성화 정보 true : 합성 가능 false : 합성 불가
0
success
성공
33100
GetListAccountPoints DB Scan Error
내부 DB 에러
Last updated