Get a commission token
Receiving a commission token to withdraw an orphan transaction
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/jsonBody
idstringRequiredExample: 
Transaction ID in the system
23851d1e-f304-4c90-ac0d-ec5387136185Responses
200Success
application/json
post
/api-gateway/orphan-deposits/withdrawal-tokenPOST /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"
}200Success
{
  "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"
  }
}Last updated