# Bitcoin Balance API

## Bitcoin Balance API

- [Bitcoin Balance API](https://docs.bitcoin-balance-api.com/bitcoin-balance-api.md): The simplest api to get Bitcoin Address and Wallet balances
- [Payments](https://docs.bitcoin-balance-api.com/payments.md): Everything about our paid plans.
- [Error Codes](https://docs.bitcoin-balance-api.com/error-codes.md): The response codes you might experience.
- [Postman](https://docs.bitcoin-balance-api.com/postman.md): Postman Example on how to retrieve a Bitcoin wallet balance
- [Balance](https://docs.bitcoin-balance-api.com/endpoints/balance.md): Get the balance of any Bitcoin address
- [UTXO](https://docs.bitcoin-balance-api.com/endpoints/utxo.md): Get all unspent UTXO of an address
- [Batch Processing](https://docs.bitcoin-balance-api.com/endpoints/batch-processing.md): Batch processing of multiple addresses in one request.
- [MCP](https://docs.bitcoin-balance-api.com/endpoints/mcp.md): Model Context Protocol for Bitcoin Account Balance's
- [SKILL.md](https://docs.bitcoin-balance-api.com/endpoints/skill-md.md): Install our agent SKILL.md for your AI to work with us


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bitcoin-balance-api.com/bitcoin-balance-api.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
