Get a commission token
Last updated
Last updated
Receiving a commission token to withdraw an orphan transaction
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Transaction ID in the system
23851d1e-f304-4c90-ac0d-ec5387136185
POST /api-gateway/orphan-deposits/withdrawal-token HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"id": "23851d1e-f304-4c90-ac0d-ec5387136185"
}
{
"success": true,
"response": {
"currency": "BNB",
"network": "ethereum",
"feeSource": "ADVANCE",
"blockchainFee": "0.00042",
"blockchainFeeUSD": "0.063",
"serviceFee": "0.01",
"serviceFeeUSD": "0.01",
"amount": {
"type": "string",
"example": "0.00612",
"description": "Transaction amount"
},
"amountTo": {
"type": "string",
"example": "0.00612",
"description": "Transaction amount"
},
"price": "1.1234",
"token": "U2FsdGVkX1/bP/OoYDnwJ7v52aG08XnVJrkxBCQT5DxPilhNlpHHK22vuUbb0BAqa5MdpAzAelVEZ4c8xVqRJaltGdWp+fNkqmY0JMaS3cB5HO4DsBVbE6z3uJs87aHAnqY3cRxkyMlArDnjCpBmx6sSHqeVhkZTYWcd2Hyi+zDIGt2GTrDYmbxbsEvX5rH2NkiTeDR4g85T1MSfFhDVpQ==",
"expires": "2025-06-09T13:18:29.408Z"
}
}