- 查询当前业务对应账号的账户的余额
/{currency}/account/ledger
参数:
返回data参数说明
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/{currency}/account/ledger
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | Long | 业务ID(后台获取,需要根据URL中的币种传递对应的业务ID) |
| sign | 是 | String | 签名 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| bal | String | 账户余额 |
| availableBal | String | 可用金额 |
| frzBal | String | 冻结金额 |
| unSettleBal | String | 待入账金额 |
| sign | String | 签名 |
