Submit STR0001 schedule query
Submits a single-party STR0001 schedule query (consulta de horários do STR) to BACEN and returns a correlation id plus a PENDING state. The answer (STR0001R1, carrying the STR operating-schedule grid) arrives asynchronously and is read via GET /v1/str/schedule-queries/. This means the query was accepted for dispatch, not that the schedule is available yet. Lerian SPB surfaces the schedule BACEN sends; it computes nothing.
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
Reference date (Data Referência, DtRef) the STR schedule grid is requested for. Required.
"2026-06-15"
ISPB of the querying financial institution (8 numeric digits).
"12345678"
Schedule type (Tipo Horário): P (padrão/standard) or E (eventual). Optional — absent returns both standard and eventual grids in force on DtRef (RSTR0001/0002/0003).
"P"
Response
Accepted
Request-scoped correlation identifier echoing X-Request-ID.
"req-7a3f9c2e"
Reference date the schedule grid was requested for.
"2026-06-15"
Correlation id (the outbound STR0001 NUOp). Poll GET /v1/str/schedule-queries/{id} for the answer.
"12345678202606150000001"
ISPB of the querying financial institution.
"12345678"
Projection state: PENDING until the STR0001R1 answer arrives and is projected.
"PENDING"
RFC3339 UTC timestamp the STR0001 query was persisted before send.
"2026-06-15T12:00:00Z"

