v47

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

Get Withdrawal by ID

Get a specific Withdrawal by its ID.

get/api/v2/accounts/{account_id}/withdrawals/{withdrawal_id}

Response

OK

idstring uuid required

ID of the Withdrawal.

chain_id'eip155:1' | 'eip155:42161' | 'eip155:8453' | 'eip155:81457' | 'eip155:98866' | 'eip155:999' | 'eip155:43114' | 'eip155:11155111' | 'eip155:421614' | 'eip155:84532' | 'eip155:168587773' | 'eip155:98867' | 'eip155:998' | 'eip155:43113' | 'eip155:202110' | 'eip155:179205' | 'eip155:179202' | 'eip155:98865' | 'eip155:7887' required
account_idstring uuid required

ID of the Account from which the Withdrawal is made.

recipient_account_idstring uuid required

ID of the Account that will receive 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 USDC payment tokens to be withdrawn.

payment_token_addressstring eth_address required

Address of USDC payment token that the Withdrawal will be received in.

withdrawal_request_idstring uuid required

ID of the WithdrawalRequest associated with this Withdrawal.

status'PENDING_SUBMIT' | 'PENDING_CANCEL' | 'PENDING_ESCROW' | 'PENDING_FILL' | 'ESCROWED' | 'SUBMITTED' | 'CANCELLED' | 'PARTIALLY_FILLED' | 'FILLED' | 'REJECTED' | 'REQUIRING_CONTACT' | 'ERROR' required
transaction_hashstring hex_string required

Hash of the transaction for the Withdrawal.

transaction_dtstring date-time required

Datetime at which the Withdrawal was transacted. ISO 8601 timestamp.