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

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

indirectId
string
obrigatório

The indirect participant id.

Exemplo:

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

Parâmetros de consulta

since
string
obrigatório

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

Exemplo:

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

until
string

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

Exemplo:

"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).

Exemplo:

25

Resposta

OK

items
object[] | null
obrigatório

The movements on this page, oldest first.

nextCursor
string | null
obrigatório

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