Skip to main content
GET
Get a withdrawal

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Path Parameters

withdrawalID
string<uuid>
required

Response

The withdrawal.

withdrawal_id
string<uuid>
account_id
string<uuid>
idempotency_key
string
chain
enum<string>
Available options:
tron,
eth,
btc
asset
string
Example:

"USDT"

to_address
string
amount
string
fee
string
total_debit
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed
status_code
string
status_message
string
tx_id
string
travel_rule_status
enum<string>

Present when the withdrawal was evaluated against the Travel Rule (FATF R.16) policy.

Available options:
not_required,
self_hosted_attested,
approved
beneficiary_name
string

Declared beneficiary name (Travel Rule withdrawals).

created_at
string<date-time>
updated_at
string<date-time>
idempotency_hit
boolean
Last modified on July 18, 2026