Swap 요청
지갑 정보를 조회합니다.
Headers
Name
Type
Description
Request Body
Name
Type
Description
Response
{
"return": 0,
"message": "success"
}curl --location 'https://localhost:51011/v1.0/swap/gamechip' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"swap_type" : 34,
"ssr_adjust_point" : -45,
"ssrm_adjust_chip" : 22
}'
key
data type
desc.
return
message
desc.
Last updated