History
Get deposit history for a subaccount
Returns settled deposits for a single subaccount or an entire wallet (specify exactly one), optionally bounded by a start/end timestamp window. Each entry reports the deposited amount as a decimal, the fee routed to the security module (the net credited amount is amount minus fee), and the resolved settlement batch and status.
POST
Get deposit history for a subaccount
Body
application/json
Parameters for private/get_deposit_history. Takes 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 deposits. Results are capped at 1000 rows.
Response
Success
Related topics
Get interest history for a subaccountGet withdrawal history for a subaccountGet perpetual funding history for a subaccountGet deposit history for a subaccount
