GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

withdrawalId
string
required
Minimum string length: 1

Response

Success

version
string
required
Allowed value: "external-withdrawal/v1"
withdrawalId
string
required
Minimum string length: 1
accountId
string
required
Minimum string length: 1
asset
string
required
Minimum string length: 1
amount
string
required
Pattern: ^[0-9]+(?:\.[0-9]+)?$
status
enum<string>
required
Available options:
requested,
reserved,
authorized,
submitted,
blocked
lastSequence
integer
required
Required range: x >= 0
idempotencyKey
string
Minimum string length: 1