Get advanced balance by id

Get info about advanced balance by its id

Get advanced balance by id

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
objectOptional

Request body for getting the advance balance

Responses
200Success
application/json
post
POST /api-gateway/advanced-balance HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
200Success
{
  "success": true,
  "response": {
    "advancedBalanceId": "a68fa430-705f-4626-9da6-a6f6217d88db",
    "currency": "USD",
    "blocked": true,
    "blockReason": null,
    "balance": "4711.33",
    "availableCurrenciesForDeposit": [
      "USDT"
    ],
    "tariffs": [
      {
        "id": "08854379-1848-4176-ad6c-83a9e95766c5",
        "action": "EXCHANGE_AUTO",
        "amount": "0.03",
        "type": "PERCENT",
        "minAmount": "0.1",
        "maxAmount": "3000",
        "invoiceAdditionalFee": true
      }
    ]
  }
}

Last updated