Get advanced balances of user
Last updated
Last updated
Get list of advanced balances of user
Public API-key
Signing the request body with a private API-key
Request content type
application/json
POST /api-gateway/advanced-balances HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
{
"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
}
]
}
]
}