GET http://{backoffice-domain}/m1.0/getlist/exchange
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'
coin_id
int64
코인ID
coin_symbol
string
코인 심볼
point_id
포인트 ID
point_name
포인트 이름
is_enabled
bool
활성 여부 (0:비활성, 1:활성)
created_dt
생성일시
modified_dt
수정일시
Last updated 2 years ago