Submit STR0013 reserve-account balance query
Submits a single-party STR0013 reserve-account balance query to BACEN and returns a correlation id plus a PENDING state. The answer (STR0013R1, carrying SldRB_CL — the conta Reservas Bancárias / Conta de Liquidação balance) arrives asynchronously and is read via GET /v1/str/reserve-balance-queries/. Lerian SPB projects the balance BACEN sends; it never computes a position.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Bearer JWT token.
Idempotency key (canonical; legacy alias X-Idempotency-Key).
Idempotency key (legacy alias).
Idempotency key TTL in seconds.
Body
ISPB of the requesting financial institution / clearing house (8 numeric digits).
"12345678"
Response
Accepted
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
Correlation id (the outbound STR0013 NUOp). Poll GET /v1/str/reserve-balance-queries/{id} for the answer.
"12345678202606150000013"
ISPB of the requesting financial institution / clearing house.
"12345678"
Projection state: PENDING until the STR0013R1 answer arrives and is projected.
"PENDING"
RFC3339 UTC timestamp the STR0013 query was persisted before send.
"2026-06-15T12:00:00Z"

