cURL
curl --request GET \ --url https://api.openxswitch.com/v1/withdraw \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "wd_001", "workspaceId": "67804918f2b05ac82a129441", "clientTxId": null, "coin": "BTC", "chain": "BTC", "amount": 100, "network": "Ethereum", "fromAddress": "0xFromAddress001", "toAddress": "0xToAddress001", "hash": null, "transactionLink": null, "status": "success", "networkFee": 1, "tagMemo": null, "confirmation": 0, "confirmedAt": null, "createdAt": null, "walletId": "678a39d6b731ad1ad8832c8a" } }
Retrieve withdrawal details of prime wallet with optional withdrawId.
Documentation IndexFetch the complete documentation index at: https://docs.openxswitch.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openxswitch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the withdrawal
true
Show child attributes