v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Get Withdrawal by ID
Returns a single withdrawal by transaction ID. For the withdrawal process and timing, see Withdrawals.
get/v1/wallet/withdrawals/{withdrawalID}
Path parameters
withdrawalIDstring required
Response
Withdrawal
Example response
{
"success": true,
"result": {
"coin": "USDC",
"size": "100.00",
"status": "complete",
"chainId": "eth-mainnet",
"from": {
"id": "10458932786832481",
"wallet": "margin"
}
}
}