Skip to main content
GET
Get Withdrawal

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

id
string<uuid>
required

Response

Withdrawal details

id
string<uuid>
amount
string
chain_id
string<uuid>
wallet_id
string<uuid>
org_id
string<uuid>
org_name
string
wallet_address
string

Blockchain wallet address

transaction_hash
string

Blockchain transaction hash. May briefly reflect the internal transaction identifier while the withdrawal is still processing, before being updated with the final on-chain hash once confirmed.

fireblock_transaction_id
string
status
enum<string>
Available options:
SUBMITTED,
PENDING_SCREENING,
PENDING_ENRICHMENT,
PENDING_AUTHORIZATION,
QUEUED,
PENDING_SIGNATURE,
PENDING_3RD_PARTY_MANUAL_APPROVAL,
PENDING_3RD_PARTY,
BROADCASTING,
CONFIRMING,
COMPLETED,
CANCELLING,
CANCELLED,
BLOCKED,
REJECTED,
FAILED
sub_status
string | null
failure_reason
string | null

Failure reason if the withdrawal failed during settlement

withdrawal_request_id
string<uuid> | null
created_at
string<date-time>
updated_at
string<date-time>