Skip to main content
GET
List clearing positions

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

referenceDate
string

Filter by settlement date (YYYY-MM-DD).

Example:

"2026-06-15"

cycle
string

Filter by settlement cycle.

Example:

"07:50"

stage
string

Filter by clearing stage (PREVIEW or FINAL).

Example:

"FINAL"

limit
string

Page size (default 50, max 500). A non-positive/non-numeric value is rejected with 400.

Example:

"50"

offset
string

Row offset (default 0). A negative/non-numeric value is rejected with 400.

Example:

"0"

Response

OK

items
object[] | null
required

Clearing positions in this page.

pagination
object
required

Pagination metadata for this page.