Swap 기본 정보 조회

GET https://{point-domain}/v1.0/swap/gamechip/base


Headers

Name
Type
Description

Content-Type*

string

application/json

{
    "return": 0,
    "message": "success",
    "value": {
        "ssr_quantity": 0,
        "ssrm_quantity": 0,
        "exchange_ratio": 0.5,
        "ssr_to_ssrm_id": 34,
        "ssrm_to_ssr_id": 35
    }
}
curl --location 'https://{point-domain}:51011/v1.0/swap/gamechip/base' \

Last updated