> For the complete documentation index, see [llms.txt](https://changelog.maino.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.maino.com.br/api-reference-maino/07.-contas-bancarias.md).

# 07. 🏦 Contas Bancárias

**Consulta de contas correntes** Visualização de contas correntes cadastradas na empresa. **Funcionalidades:**

* Listagem de contas bancárias
* Consulta de saldos e limites
* Informações de banco e titular

## Lista contas bancárias

> Retorna lista de contas bancárias da empresa

```json
{"openapi":"3.0.1","info":{"title":"Mainô API","version":"v2.0"},"tags":[{"name":"07. 🏦 Contas Bancárias","description":"**Consulta de contas correntes**\nVisualização de contas correntes cadastradas na empresa.\n**Funcionalidades:**\n- Listagem de contas bancárias\n- Consulta de saldos e limites\n- Informações de banco e titular"}],"servers":[{"url":"https://api.maino.com.br/api/v2","description":"Servidor de Produção"}],"security":[{"Bearer":[]}],"components":{"securitySchemes":{"Bearer":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"**Token JWT de Autenticação**\nToken obtido através do endpoint `/authentication`.\n**Formato:** `Bearer {seu_token_jwt}`\n**Exemplo:** `Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...`\n**Validade:** Sem expiração"}}},"paths":{"/contas_correntes":{"get":{"summary":"Lista contas bancárias","tags":["07. 🏦 Contas Bancárias"],"description":"Retorna lista de contas bancárias da empresa","parameters":[{"name":"page","in":"query","description":"Número da página","required":false,"schema":{"type":"integer"}}],"responses":{"200":{"description":"Lista de contas bancárias","content":{"application/json":{"schema":{"type":"object","properties":{"contas_correntes":{"type":"array","items":{"type":"object","properties":{"codigo_conta_corrente":{"type":"string","description":"UUID da conta bancária","nullable":true},"numero_banco":{"type":"string","description":"Número do banco","nullable":true},"nome_banco":{"type":"string","description":"Nome do banco","nullable":true},"descricao":{"type":"string","description":"Descrição da conta","nullable":true},"agencia":{"type":"string","description":"Agência com dígito","nullable":true},"conta_corrente":{"type":"string","description":"Conta bancária com dígito","nullable":true},"emite_boleto_pjbank":{"type":"boolean","description":"Se emite boleto via PJBank","nullable":true},"ativa":{"type":"boolean","description":"Se a conta está ativa","nullable":true}}}},"pagination":{"type":"object","properties":{"total":{"type":"integer","description":"Total de registros"},"previous_page":{"type":"string","description":"URL da página anterior","nullable":true},"next_page":{"type":"string","description":"URL da próxima página","nullable":true}}}}}}}},"401":{"description":"Não autorizado","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}}}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.maino.com.br/api-reference-maino/07.-contas-bancarias.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
