Skip to main content
List Unconfirmed Sub-Account Withdrawals

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
limit
integer
default:100

Number of records to return.

Required range: 1 <= x <= 100
Example:

100

offset
integer
default:0

Number of records to skip.

Required range: 0 <= x <= 10000
Example:

0

subAccountId
string

Filter by specific sub-account external ID. If omitted, returns withdrawals from all sub-accounts.

Example:

"a1b2c3d4-5678-90ab-cdef-1234567890ab"

Response

Successful response

data
object[]

List of unconfirmed withdrawal transactions.

limit
integer

Applied limit value.

Example:

100

offset
integer

Applied offset value.

Example:

0