Skip to main content

WalletHistoryEntry

currencystring

Currency

amountnumber

Transaction amount

feesnumber

Fees charged

orderIdstring

Internal wallet order ID

walletstring

CROSS@ or ISOLATED@

descriptionstring

Transaction description

statusinteger

1: PENDING 路 2: PROCESSING 路 10: COMPLETED 路 16: CANCELLED

typeinteger

105: Wallet Transfer 路 106: Liquidation 路 108: Realized PnL 路 110: Funding 路 121: Asset Conversion

WalletHistoryEntry
{
"currency": "string",
"amount": 0,
"fees": 0,
"orderId": "string",
"wallet": "string",
"description": "string",
"status": 0,
"type": 0
}