v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Get Withdrawal Status
Get status of one or more withdrawals. For the withdrawal process and timing, see Withdrawals.
post/v1/get_withdrawal_status
Request body
Example request
{
"withdrawal_id": "w_9f8e7d6c5b4a3210",
"customer_withdrawal_id": "my-withdrawal-001"
}Response
Withdrawal status result
Example response
{
"success": true,
"result": {
"original_request": {
"from": {
"id": "10458932786832481",
"wallet": "margin"
}
}
}
}