v1
latestOpenAPI 3.0.32026-07-267278168.1 KBSandbox
Sandbox Withdrawal
Debits the account in sandbox environment only.
post/v1/sandbox_withdrawal
Request body
Example request
{
"customer_withdrawal_id": "my-withdrawal-001",
"symbol": "USDC",
"amount": "500.00",
"from": {
"id": "10458932786832481",
"wallet": "margin"
}
}Response
Withdrawal result
Example response
{
"success": true,
"result": {
"withdrawal_status": "pending"
}
}