Skip to main content
GET
List received electronic-money advices

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

wireCode
enum<string>

Optional advice-leg filter. Only the three response legs are admitted: the R1 legs are answers to this rail's OWN commands, not third-party advice.

Opciones disponibles:
SME0001R2,
SME0002R2,
SME0004R2
startDate
string

Optional inclusive start of the window in which THIS RAIL RECEIVED the advice (receivedAt) — not the BACEN business date dtMovto. RFC3339 instant or bare YYYY-MM-DD.

Ejemplo:

"2026-09-01"

endDate
string

Optional inclusive end of the window in which THIS RAIL RECEIVED the advice (receivedAt) — not the BACEN business date dtMovto. A bare YYYY-MM-DD spans the whole day.

Ejemplo:

"2026-09-02"

cursor
string

Opaque pagination token from a previous response.

limit
integer<int64>
predeterminado:50

Items per page (default 50, max 100).

Rango requerido: 1 <= x <= 100

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Ejemplo:

"req-7a3f9c2e"

items
object[] | null
requerido

Received advices matching the request, most recent first (by the receipt clock of this rail).

limit
integer<int64>
requerido

Effective page size applied to this response.

Ejemplo:

50

nextCursor
string

Opaque cursor for the next page; absent when this is the last page. Do not parse.