v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Participants

List Pix participants

Returns the list of all Pix participants (institutions) registered in the BCB DICT, including each participant's ISPB, institution name, type and Pix participation modality.

This endpoint proxies the request in real time to the configured DICT provider — no local cache or database is involved — so response latency reflects the upstream provider.

get/v2/pix/dict/participants

Headers

x-tenantstring required

Organization/tenant ID

x-cidstring

The Correlation ID UUID field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.

Response

OK

Example response

{
  "participants": [
    {
      "ispb": "19875244",
      "name": "COOPERATIVA DE ECONOMIA E CRÉDITO MÚTUO DAS EMPRESAS, EMPREGADOS E PRESTADORES DE SERVIÇO DAS METALÚRGICAS, SIDERÚRGICAS E INDUSTRIAIS – SICOOB COPESITA",
      "short_name": "CECM EMPR EMP PREST SERV METAL SIDER E IND SICOOB COPESITA",
      "type": "IDRT",
      "modality": "PDCT",
      "start_operation_datetime": "2020-11-03T09:30:00+00:00",
      "date": "2021-09-30"
    }
  ]
}