WalletHistoryEntry
currencystring
货币
amountnumber
记录中的金额
feesnumber
如有收费
orderIdstring
内部钱包订单 ID
walletstring
钱包类型:对于期货将返回 CROSS@ 或 ISOLATED@
descriptionstring
交易描述
statusinteger
1(待处理)· 2(处理中)· 10(完成)· 16(取消)
typeinteger
105(钱包转账)· 106(钱包清算)· 108(已实现的 PnL)· 110(资金)· 121(资产转换)
WalletHistoryEntry
{
"currency": "string",
"amount": 0,
"fees": 0,
"orderId": "string",
"wallet": "string",
"description": "string",
"status": 0,
"type": 0
}