Skip to main content
GET
Get withdrawal request details

Authorizations

token
string
header
required

Pass your API token in the token request header.

Query Parameters

request_id
string

Withdrawal request ID filter.

Response

OK - withdrawal request details were 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