---
title: "Recuperar um único banco"
method: GET
path: "/api/v1/banks/{id}"
tags: ["Bancos"]
---

# Recuperar um único banco

`GET /api/v1/banks/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- BankOutputDto
  - `id` integer, required — Identificador único do banco no Base.
  - `name` string, required — Nome do banco.
  - `code` string — Código banco (BACEN).
  - `agency` string — Número da angencia.
  - `account` string — Número da conta.
  - `balance` number, required — public.api.bank.balance

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/baseerp/apis/api-base-by-asaas.md) · [All operations](https://skmtc.dev/baseerp/apis/api-base-by-asaas/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baseerp/api-base-by-asaas/revisions/408ce44b0d29/schema)
