Receiving withdrawal information
Last updated
Last updated
The method allows you to get information about the output
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The body of the request for output information
Withdrawal ID in the system
f5911d71-6d57-4dc3-8d87-efebd5988473
POST /api-gateway/get-withdrawal HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"withdrawalId": "f5911d71-6d57-4dc3-8d87-efebd5988473"
}
{
"success": true,
"response": {
"id": "f5911d71-6d57-4dc3-8d87-efebd5988473",
"addressId": "c4179377-b199-455b-ab08-16c517bb3f1b",
"currency": "USDT",
"network": "ethereum",
"tx": "0xb502e6ba8745a99f3484d75c027c55cacc26d6342b3a129f97d802899435ef12",
"status": "pending",
"address": "0x00000005707bf50efa35a2db020ede9ac08ae226",
"tag": null,
"amount": "123.12",
"feeCurrency": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"feeSource": "advanced_balance",
"feeAmount": "1.12",
"createdAt": "2025-06-09T13:18:29.424Z"
}
}