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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

indirectId
string
required

The indirect participant id.

Example:

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

Query Parameters

since
string
required

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

Example:

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

until
string

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

Example:

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

Example:

25

Response

OK

items
object[] | null
required

The movements on this page, oldest first.

nextCursor
string | null
required

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