Receiving withdrawal information
The method allows you to get information about the output
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/json
Body
The body of the request for output information
withdrawalIdstringRequiredExample:
Withdrawal ID in the system
f2ca718f-cda4-4d0f-be0f-dd9c578c63b9
Responses
200Success
application/json
post
POST /api-gateway/get-withdrawal HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"withdrawalId": "f2ca718f-cda4-4d0f-be0f-dd9c578c63b9"
}
200Success
{
"success": true,
"response": {
"id": "f2ca718f-cda4-4d0f-be0f-dd9c578c63b9",
"addressId": "258e95ed-a3c2-4c85-bf6f-09f8b8f1c0be",
"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:11.522Z"
}
}
Last updated