Last updated 1 year ago
Get list of advanced balances of user
/api-gateway/advanced-balances
Public API-key
Signing the request body with a private API-key
Request content type
application/json
curl -L \ --request POST \ --url 'https://ocp.onchainpay.io/api-gateway/advanced-balances' \ --header 'Content-Type: application/json'
{ "success": true, "response": [ { "advancedBalanceId": "1503cf18-597f-447f-b172-112dfe377e1b", "currency": "USD", "blocked": true, "balance": "4711.33", "blockReason": null, "availableCurrenciesForDeposit": [ "USDT" ], "tariffs": [ { "id": "0a9b7d99-165b-4281-af4c-8fb4ff23f389", "amount": "0.03", "invoiceAdditionalFee": true, "action": "EXCHANGE_AUTO", "type": "PERCENT", "minAmount": "0.1", "maxAmount": "3000" } ] } ] }