v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Withdrawals

Get Withdrawal Request by ID

Get a specific WithdrawalRequest by its ID.

get/api/v2/accounts/{account_id}/withdrawal_requests/{withdrawal_request_id}

Response

OK

idstring uuid required

ID of the WithdrawalRequest.

account_idstring uuid required

ID of the Account of the WithdrawalRequest.

recipient_account_idstring uuid required

ID of the Account that will receive USDC payment tokens from the Withdrawal. This Account must be connected to a non-managed Wallet and belong to the same Entity.

payment_token_amountnumber required

Amount of USD+ payment tokens submitted for withdrawal.

status'PENDING' | 'SUBMITTED' | 'ERROR' | 'CANCELLED' required
created_dtstring date-time required

Datetime at which the WithdrawalRequest was created. ISO 8601 timestamp.

updated_dtstring date-time required

Datetime at which the WithdrawalRequest was updated. ISO 8601 timestamp.