Skip to main content
GET
Get withdrawal request list

Authorizations

token
string
header
required

Pass your API token in the token request header.

Query Parameters

request_id
string

Withdrawal request ID filter.

currency
string

Currency/token filter.

created_from
string

Start date filter in ISO 8601 format.

created_to
string

End date filter in ISO 8601 format.

network
string

Network filter.

status
string

Status filter.

external_id
string

External request ID filter.

sort_by
string

Sort field.

sort_direction
string

Sort direction: asc or desc.

limit
string

Pagination limit.

offset
string

Pagination offset.

Response

OK - withdrawal request list was returned successfully

code
string
required

Response code.

Example:

"200"

error_code
string | null
required

Application-level error code. Null for successful responses.

Example:

null

error_message
string | null
required

Human-readable error message. Null for successful responses.

Example:

null

data
object
required