Account information query

GET /api/v1/account/baseinfo

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,
    "msg": "successful",
    "data": {
        "username": "[email protected]",//user name
        "apikey": "c950198ccb228bb62c8d40d1e6c2519f",//app key
        "rate_payin": 0.01,//Charge rate
        "rate_payout": 0.01,//Payment rate
        "rate_drawal": 0.01//Issue rate
    }
}

Last updated