账户
账户资产
请求
响应
accountId
Long
是
账户ID
currency
String
是
币种
totalBalance
BigDecimal
是
总余额
availableBalance
BigDecimal
是
可用余额
frozenBalance
BigDecimal
是
冻结余额
digital
Long
是
精度
响应示例
钱包充值
请求
chain
String
否
网络链路。默认TRC20
TRC20
amount
BigDecimal
是
充值金额
响应
order
String
是
订单号
userInputDepositAmount
BigDecimal
是
用户输入的充值的金额
actualDepositAmount
BigDecimal
是
实际需要充值的金额。可能会在userInputDepositAmount基础上生成小数
currency
String
是
币种
chain
String
是
网络链路
toAddress
String
是
充值地址
createTime
Long
是
下单时间。时间戳
expireSecond
Long
是
有效期(单位:秒)
响应示例
钱包充值交易记录
请求
pageNum
Long
是
当前页。默认:1
pageSize
Long
是
每页数量。默认:10;最大:100
orderNo
String
否
订单号
fromAddress
String
否
源钱包地址
toAddress
String
否
目标钱包地址
txId
String
否
txId
status
String
否
状态 wait_process: 待处理;
processing: 处理中; success: 成功; fail: 失败;
startTime
Long
否
下单开始时间。毫秒时间戳
endTime
Long
否
下单结束时间。毫秒时间
响应
orderNo
String
是
订单号
currency
String
是
币种。例如USDT
receivedAmount
BigDecimal
否
到账金额
feeRate
BigDecimal
是
充值手续费率
feeRateAmount
BigDecimal
是
充值手续费率金额
fixedFee
BigDecimal
是
固定充值手续费金额
needDepositTxAmount
BigDecimal
是
订单金额
txAmount
BigDecimal
否
用户链上充值金额
chain
String
是
链路。例如:TRC20
fromAddress
String
否
源钱包地址
toAddress
String
是
目标钱包地址
txId
String
否
txId
block
Integer
否
区块
confirmTime
Long
否
交易链上确认时间。毫秒时间戳
status
String
是
状态 wait_process: 待处理;
processing: 处理中; success: 成功; fail: 失败;
remark
String
否
备注
createTime
Long
否
下单时间。秒时间戳
响应示例
Last updated