Get advanced balances of user
Get list of advanced balances of user
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
anyOptional
Responses
200Success
application/json
post
POST /api-gateway/advanced-balances HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
200Success
{
"success": true,
"response": [
{
"advancedBalanceId": "345028e0-c671-4a68-9aee-b5af6ef644f6",
"currency": "USD",
"blocked": true,
"blockReason": null,
"balance": "4711.33",
"availableCurrenciesForDeposit": [
"USDT"
],
"tariffs": [
{
"id": "135e64af-d063-4dc4-a90c-ef9b99d04081",
"action": "EXCHANGE_AUTO",
"amount": "0.03",
"type": "PERCENT",
"minAmount": "0.1",
"maxAmount": "3000",
"invoiceAdditionalFee": true
}
]
}
]
}
Last updated