v1

latestOpenAPI 3.1.0MIT2026-07-22252442.9 KB
Accounts

Get Account Balance

Returns the balance, pending fees, net available balance, currency, and account status for the authenticated user's account by ID.

get/account/{id}/balance

Path parameters

idstring uuid required

Account ID

Response

Account balance

idstring uuid
balancenumber

Account ledger balance rounded to 2 decimals

currencystring
pendingFeesnumber

Fees accrued but not yet collected, rounded to 2 decimals

netBalancenumber

Available balance after pending fees (balance minus pending fees), rounded to 2 decimals

status'Operativa' | 'Bloqueada' | 'Cerrada'

Account lifecycle status

All 25 operations