账户接口
获取账户资产
限速规则:10次/1s
HTTP请求 获取账户资产
GET /api/spot/v1/account/assets
返回数据
返回值说明
coinId
币种id
coinName
币种名称
available
可用资产
frozen
冻结资产
lock
锁仓资产
uTime
更新时间
获取账单流水
限速规则 10次/1s
HTTP请求
获取账单流水
POST /api/spot/v1/account/bills
请求参数
coinId
Integer
否
币种ID
groupType
String
否
bizType
String
否
after
String
否
传入billId, 在这 billId 之前的数据
before
String
否
传入 billId 在这 billId 之后的数据。
limit
Integer
否
返回结果的数量,默认100,最大 500
返回数据
返回值说明
cTime
创建时间
coinId
币种Id
coinName
币种名称
groupType
流水类型
bizType
流水账单业务类型
quantity
数量
balance
划转之前的资产
fees
手续费
billId
id
获取划转记录
限速规则 20次/1s
HTTP请求
GET /api/spot/v1/account/transferRecords
请求参数
coinId
Integer
否
币种ID
fromType
String
否
after
Long
否
传入tradeTime, 在这 tradeTime 之前的数据
before
Long
否
传入 tradeTime, 在这 tradeTime 之后的数据
limit
Integer
否
返回结果的数量,默认100,最大 500
返回数据
返回值说明
coinName
币种名称
status
划转状态
toType
toSymbol
转入账户交易对
fromType
fromSymbol
转出账户交易对
amount
数量
tradeTime
交易时间(毫秒时间戳)
Last updated