Skip to main content
POST
Withdraws funds from the card holding account to the specified wallet address. Requires an API key with access level 3 or higher.
This endpoint is currently not implemented and will return HTTP 500. The payload and response shapes below reflect the planned contract.

Body

to_wallet_address
string
required
Destination wallet address for the withdrawal.
amount
number
required
Amount to withdraw. Up to 10 integer digits and 6 decimal places.

Response

transaction_hash
string
On-chain transaction hash.
status
string
Transaction status. Possible values: PENDING, COMPLETED, FAILED.
simple_error_message
string
Simple error message if the transaction failed.
detailed_error_message
string
Detailed error message with additional context.