Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://tag.dev.alfa-bot.com/api/dev/v1/withdrawal-request \ --header 'token: <api-key>'
{ "success": true, "data": { "request_id": "wd_6a16c48222d327108513784f", "external_id": "client_request_10001", "amount": "100.00", "currency": "USDT", "network": "trx", "sender": "exchange", "sender_wallet": "TQv5p...9xA", "recipient_wallet": "TVx9...1bC", "fee": "1.00", "fee_included": true, "status": "new", "comment": "Client withdrawal", "created_at": "2026-05-28T09:00:00.000Z", "updated_at": "2026-05-28T09:01:00.000Z" } }
Pass your API token in the token request header.
token
Withdrawal request ID filter.
OK - withdrawal request details were returned successfully
Show child attributes