v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Withdraw
Submit a withdrawal request. Rate limited per account. For the withdrawal process and timing, see Withdrawals.
post/v1/withdraw
Request body
Example request
{
"from": {
"id": "10458932786832481",
"wallet": "margin"
}
}Response
Withdrawal result
Example response
{
"success": true,
"result": {
"withdrawal_status": "pending"
}
}