Skip to main content
GET
List an indirect participant's transactions

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

indirectId
string
requerido

The indirect participant id.

Ejemplo:

"018f2b7c-0000-7000-8000-000000000000"

Parámetros de consulta

since
string
requerido

Window start, INCLUSIVE, as an RFC 3339 instant. Required: the feed is never read unbounded.

Ejemplo:

"2026-09-01T00:00:00Z"

until
string

Window end, EXCLUSIVE, as an RFC 3339 instant. Absent leaves the window open-ended.

Ejemplo:

"2026-09-02T00:00:00Z"

cursor
string

Opaque cursor from the previous page's nextCursor.

limit
integer<int64>

Page size (default 25, clamped to 100).

Ejemplo:

25

Respuesta

OK

items
object[] | null
requerido

The movements on this page, oldest first.

nextCursor
string | null
requerido

Opaque cursor for the next page, or null when the window has been walked to its end.