Partner

Query the balance and deposit address of the partner.

Demo code can be found at Github

Partner Balance

POST /v1/balance/partner

Query the balance of the partner

Request Body

Name
Type
Description

currency*

String

which the balance needs to be queried.

{
  "code": "200",
  "data": {
    "currency": "USDT_TRC20",
    "balance": "100",
    "availableBalance": "100",,
    "freezeBalance": "0",
    "pendingSettleBalance": "0"
  },
  "message": "success"
}

Partner Address

POST /v1/balance/partner-address

Query the Address of the partner

Request Body

Name
Type
Description

currency*

String

which the balance needs to be queried.

description*

String

description

Last updated