교환 가능한 코인, 포인트 관계 검색

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'

Last updated