Read SME0003 CCME statement (extrato) query result
Reads the result of a previously submitted SME0003 conta correspondente a moeda eletrônica (CCME) statement query by its correlation id (the outbound SME0003 NUOp). Returns PENDING until the SME0003R1 answer arrives, then the opening and closing balances BACEN sent, every lançamento in wire order, BACEN’s own timestamp and the business date it answered with. A statement with zero entries is still ANSWERED — a CCME with no movement on the day is an answer, not a missing one. Every monetary value crosses as text, verbatim: Lerian SPB never parses or sums a CCME balance and never reconciles the entry sum against the closing balance.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Correlation id returned by POST /v1/str/sme-statement-queries (the outbound SME0003 NUOp; 23 characters: ISPB[8]+DATE[8]+SEQ[7]).
23^[0-9A-Z]{8}[0-9]{15}$Response
OK
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
Lançamento group BACEN sent (Grupo_SME0003R1_Lanc), verbatim and in wire order. Always an array: empty while PENDING, and legitimately empty once ANSWERED when the CCME had no movement on the day.
Correlation id (the outbound SME0003 NUOp).
"12345678202606150000014"
ISPB of the IEME whose CCME statement was requested.
^[0-9A-Z]{8}$"12345678"
BACEN business date (DtMovto) the consulta ASKED for, derived server-side at submit time.
"2026-06-15"
Projection state: PENDING until the SME0003R1 answer arrives, ANSWERED once it has been projected. A statement with zero entries is still ANSWERED — a CCME with no movement on the day is an answer, not a missing one.
"ANSWERED"
BACEN timestamp of the statement (DtHrBC), verbatim. Empty while PENDING.
"2026-06-15T18:00:00"
Business date BACEN ANSWERED with (DtMovto), verbatim — a different fact from movementDate, the date the consulta asked for; RSTR0014 lets the two legitimately diverge. Empty while PENDING.
"2026-06-15"
RFC3339 UTC timestamp the SME0003R1 answer was projected. Empty while PENDING.
"2026-06-15T18:00:01Z"
Closing balance BACEN sent (SldFinl), verbatim as text — never parsed or summed. It is NEVER reconciled against the entry sum: checking that would be computing a position. Empty while PENDING.
"1234567.89"
Opening balance BACEN sent (SldInial), verbatim as text — never parsed or summed. Empty while PENDING.
"1000000.00"

