Skip to main content
GET
Listar posiciones de compensación

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

referenceDate
string

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

Ejemplo:

"2026-06-15"

cycle
string

Filter by settlement cycle.

Ejemplo:

"07:50"

stage
string

Filter by clearing stage (PREVIEW or FINAL).

Ejemplo:

"FINAL"

limit
string

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

Ejemplo:

"50"

offset
string

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

Ejemplo:

"0"

Respuesta

OK

items
object[] | null
requerido

Clearing positions in this page.

pagination
object
requerido

Pagination metadata for this page.