List Bacen institutions
GET {{baseUrl}}/{{version}}/institution
Get a list of institutions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | null | Part of the institution name to be searched | |
spiCodes | null | List of SPI (Pix) codes to be searched | |
strCodes | null | List of STR (TED) codes to be searched | |
limit | null | Number of results per cursor. Max = 100. |
RESPONSES
status: OK
{"cursor":null,"institutions":[{"displayName":"ITAÚ UNIBANCO","strCode":"341","spiCode":"60701190","name":"BANCO ITAÚ UNIBANCO S.A."}]}