---
title: "List Pix participants"
method: GET
path: "/v2/pix/dict/participants"
tags: ["Participants"]
---

# List Pix participants

`GET /v2/pix/dict/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.

## Headers

- `x-tenant` string, required
- `x-cid` string

## Response `200`

OK

- ParticipantListParticipantsResponse
  - `participants` ParticipantParticipant[], required — List of Pix participants.
    - `ispb` string, required — ISPB identifier - the Brazilian payment system identifier, an 8-digit value.
    - `name` string, required — Full institution name.
    - `short_name` string, required — Short institution name.
    - `type` 'DRCT' | 'IDRT', required — Pix institution type: * `DRCT` = Direct participant * `IDRT` = Indirect participant
    - `modality` 'PDCT' | 'PSTI', required — Pix modality: * `PDCT` = Transactional account provider * `PSTI` = Payment initiation service provider
    - `start_operation_datetime` string, date-time, required — Datetime when the institution started operating in Pix. RFC 3339 format.
    - `date` string, date, required — Participant data reference date. Format = YYYY-MM-DD. For example - `2021-09-30`.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
