Get withdrawal history for a subaccount
Returns settled withdrawals for a single subaccount or an entire wallet (specify exactly one), optionally bounded by a start/end timestamp window. Each entry reports the withdrawn amount as a decimal, the fee routed to the security module (the net amount sent to the recipient is amount minus fee), and the resolved settlement batch and status.
Body
Parameters for private/get_withdrawal_history. Matches get_deposit_history: subaccount_id plus an optional [start_timestamp, end_timestamp] window in unix milliseconds. wallet, when set, takes precedence over subaccount_id and returns the whole wallet's withdrawals. Results are capped at 1000 rows.
Response
Success
Related topics
Get interest history for a subaccountGet deposit history for a subaccountGet perpetual funding history for a subaccount