Skip to main content
GET
Error

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

organization_id
string
requerido

Organization ID (UUID)

ledger_id
string
requerido

Ledger ID (UUID)

Parámetros de consulta

metadata
string

JSON string to filter transactions by metadata fields

limit
string

Max items per page (1-100, default 10)

start_date
string

Filter transactions created on/after this date

end_date
string

Filter transactions created on/before this date

sort_order
string

Sort direction (asc, desc)

cursor
string

Pagination cursor

Respuesta

OK

items
object[] | null
requerido
limit
integer<int64>
requerido
Ejemplo:

10

next_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTI..."

page
integer<int64>
Ejemplo:

1

prev_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTE..."