Account information query

GET /account/info

Request header parameter description

Name
Type
Required
Description

x-api-key

string

yes

appkey【Please go to the merchant backend to obtain】

x-api-nonce

string

yes

random string

x-api-timestamp

int(10)

yes

Unix Timestamp

x-api-signature

string

yes

Signature Hash value

Response example

{
    "code": 0,
    "message": "successful",
    "data": {
        "username": "[email protected]",//user name
        "apikey": "c950198ccb228bb62c8d40d1e6c2519f",//app key
        "f_rate_payin": 0.0111,   //Collecte fee-rate  =1.11%
        "f_rate_payout": 0.013,   //Payment fee-rate
        "f_rate_drawal": 0.1      //Issue fee-rat
        "g_rate_payin": 0.211245, //Collecte fixed-fee =0.211245 (USDT-TRC20)
        "g_rate_payout": 0.01,    //Payment fixed-fee
        "g_rate_drawal": 0.01     //Issue fixed-fee
    }
}

Last updated