

钱包余额查询
/openapi/AccountV2/queryBalance
请求参数
Body 参数 (application/json)
timestamp
integer
时间戳秒
nonce
string
随机数
sign
string
签名
body
object {4}
必需
merchantId
integer
商户id
payCode
integer
必需
wallet
array[string]
钱包地址数组
minBalance
integer
最小查询余额默认0
示例
{
"timestamp": 1693065776,
"nonce": "307303",
"sign": "e45aee877e443f4153a69b9238481abf",
"body": {
"merchantId": 79,
"payCode": 2,
"accountAddress": "TTgbspXqD1RWSCvSu7Pc3Y9MGVf9KzjpzH",
"minBalance": 0
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON
数据结构
code
string
必需
data
array [object {6}]
必需
index
integer
必需
wallet
string
钱包地址
TRX
number
余额
BNB
integer
余额
USDT
number
余额
MinBalance
integer
最小查询金额
msg
integer
必需
示例
{
"code": "success",
"msg": "账号余额查询",
"data": {
"balance": "0.005414"
}
}
修改时间 3 个月前