교환 가능한 코인, 포인트 관계 검색
GET http://{backoffice-domain}/m1.0/getlist/exchange
{
"return": 0,
"message": "success",
"value": [
{
"coin_id": 2,
"coin_symbol": "ONKLAY",
"point_id": 1,
"point_name": "labyrinth_point_1",
"is_enabled": true,
"create_dt": "2022-01-19T03:01:21.684Z",
"modified_dt": "2022-01-27T02:46:26.976Z"
}
]
}curl --location --request GET 'http://{backoffice-domain}/m1.0/backoffice/getlist/exchange?app_id=1'key
data type
desc.
coin_id
int64
코인ID
coin_symbol
string
코인 심볼
point_id
int64
포인트 ID
point_name
string
포인트 이름
is_enabled
bool
활성 여부 (0:비활성, 1:활성)
created_dt
string
생성일시
modified_dt
string
수정일시
Last updated