---
title: "Retrieve catalog of SPEI participants"
method: GET
path: "/v1/banks"
---

# Retrieve catalog of SPEI participants

`GET /v1/banks`

Returns a paginated list of bank and institutions that are part of the SPEI Network.

## Response `200`

A list of institutions

- BanksResponse
  - `total_banks` integer
  - `page` integer
  - `page_size` integer
  - `banks` Bank[]
    - `id` string, uuid
    - `name` string
    - `token` string
    - `BIM` string
    - `code` string
    - `bank_status` 'ACTIVE' | 'INACTIVE'

---

[API](https://skmtc.dev/monato/apis/fincore-api.md) · [All operations](https://skmtc.dev/monato/apis/fincore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monato/fincore-api/revisions/a8263ed74545/schema)
