Skip to main content
GET
List received electronic-money advices

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

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.

Available options:
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.

Example:

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

Example:

"2026-09-02"

cursor
string

Opaque pagination token from a previous response.

limit
integer<int64>
default:50

Items per page (default 50, max 100).

Required range: 1 <= x <= 100

Response

OK

correlationId
string
required

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

Example:

"req-7a3f9c2e"

items
object[] | null
required

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

limit
integer<int64>
required

Effective page size applied to this response.

Example:

50

nextCursor
string

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