Skip to main content
GET
List received electronic-money advices

Autorizações

Authorization
string
header
obrigatório

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.

Opções disponíveis:
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.

Exemplo:

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

Exemplo:

"2026-09-02"

cursor
string

Opaque pagination token from a previous response.

limit
integer<int64>
padrão:50

Items per page (default 50, max 100).

Intervalo obrigatório: 1 <= x <= 100

Resposta

OK

correlationId
string
obrigatório

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

Exemplo:

"req-7a3f9c2e"

items
object[] | null
obrigatório

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

limit
integer<int64>
obrigatório

Effective page size applied to this response.

Exemplo:

50

nextCursor
string

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