Swap 가능정보 조회
GET
https://{point-domain}/v1.0/swap/gamechip
Headers
Name
Type
Description
Authorization*
string
'Bearer {{web-access-token}}'
Content-Type*
string
application/json
{
"return": 0,
"message": "success",
"value": {
"ssr_quantity": 9791020,
"ssrm_quantity": 41900,
"exchange_ratio": 0.5,
"ssr_to_ssrm_id": 34,
"ssrm_to_ssr_id": 35
}
}
curl --location 'https://{point-domain}:51011/v1.0/swap/gamechip' \
--header 'Authorization: ••••••'
Last updated