Skip to main content
GET
Error

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

organization_id
string
obrigatório

Organization ID (UUID)

ledger_id
string
obrigatório

Ledger ID (UUID)

account_id
string
obrigatório

Account ID (UUID)

Parâmetros de consulta

limit
string

Max items per page (max 100, default 10)

start_date
string

Filter balances created on/after this date (YYYY-MM-DD)

end_date
string

Filter balances created on/before this date (YYYY-MM-DD)

sort_order
string

Sort direction (asc, desc)

cursor
string

Opaque cursor token for pagination

Resposta

OK

items
any
obrigatório
limit
integer<int64>
obrigatório
Exemplo:

10

next_cursor
string
Exemplo:

"eyJpZCI6IjAxOTI..."

page
integer<int64>
Exemplo:

1

prev_cursor
string
Exemplo:

"eyJpZCI6IjAxOTE..."