Movimento financeiro report
Returns, per (messageType, direction), the SUM of the declared amount + a COUNT over messages_outbound / messages_inbound created within the date range, plus a grand total per direction. The decimal sum is accumulated in integer centavos (never float). This sums Lerian SPB’s OWN transmitted/received amounts — a derived report view, not a held position. BACEN-supplied reserve balances are NOT projected here (use GET /v1/str/reserve-statement-queries/); movement never rolls movements up into an opening/closing balance.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Inclusive range start (RFC3339 timestamp or YYYY-MM-DD).
"2026-05-01"
Inclusive range end (RFC3339 timestamp or YYYY-MM-DD). A bare date snaps to end-of-day.
"2026-05-31"
Optional STR/LPI message-code filter (e.g. STR0008).
Response
OK
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
RFC3339 UTC inclusive lower bound of the queried range.
"2026-05-01T00:00:00Z"
Per (messageType, direction) SUM(amount) + COUNT, ordered by messageType then direction.
RFC3339 UTC inclusive upper bound of the queried range.
"2026-05-31T23:59:59Z"
Grand total (SUM + COUNT) per direction across every messageType.

