List Unconfirmed Sub-Account Withdrawals
List Unconfirmed Sub-Account Withdrawals
Retrieve a paginated list of sub-account withdrawal transactions awaiting main account confirmation.
POST
List Unconfirmed Sub-Account Withdrawals
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Number of records to return.
Required range:
1 <= x <= 100Example:
100
Number of records to skip.
Required range:
0 <= x <= 10000Example:
0
Filter by specific sub-account external ID. If omitted, returns withdrawals from all sub-accounts.
Example:
"a1b2c3d4-5678-90ab-cdef-1234567890ab"