> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Bitcoin blockchain APIs and services from Maestro. Access Blockchain Indexer, Event Manager, Market Price feeds, and more for Bitcoin development.

The **Bitcoin blockchain** is the original decentralized ledger that powers peer-to-peer transactions without needing a trusted third party. Bitcoin uses a [**Proof-of-Work (PoW)**](https://en.wikipedia.org/wiki/Proof_of_work) consensus mechanism to validate and record transactions, offering robust security and transparency. As the most widely recognized and utilized cryptocurrency, Bitcoin has become a cornerstone of the digital financial landscape.

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/8PISEioy97Ta9gmw/images/Gtwhlf9BeqPdAg4DmZ-pP-8FaImcHvwmLgRWu_setGn-20240924-235644_2.gif?s=c9c9843598d6fe8824459e2735cc90e4" alt="" width="1620" height="1080" data-path="images/Gtwhlf9BeqPdAg4DmZ-pP-8FaImcHvwmLgRWu_setGn-20240924-235644_2.gif" />
</Frame>

***

## Available Services

Maestro provides the following services, accessible across multiple Bitcoin networks:

<CardGroup cols={3}>
  <Card title="Blockchain Indexer API" href="/bitcoin/blockchain-indexer-api/overview">
     
  </Card>

  <Card title="Esplora API" href="/bitcoin/esplora-api/overview">
     
  </Card>

  <Card title="Node RPC API" href="/bitcoin/node-rpc-api/overview">
     
  </Card>

  <Card title="Mempool Monitoring API" href="/bitcoin/mempool-monitoring-api/overview">
     
  </Card>

  <Card title="Event Manager API" href="/bitcoin/event-manager-api/overview">
     
  </Card>

  <Card title="Market Price API" href="/bitcoin/market-price-api/overview">
     
  </Card>

  <Card title="Wallet API" href="/bitcoin/wallet-api/overview">
     
  </Card>
</CardGroup>

## Available Networks

The service is available on the following Bitcoin networks:

| ***Network*** | ***Base URL***                             |
| ------------- | ------------------------------------------ |
| **Mainnet**   | `https://xbt-mainnet.gomaestro-api.org/v0` |
| **Testnet4**  | `https://xbt-testnet.gomaestro-api.org/v0` |

<Warning>
  The Maestro API is currently versioned at `v0`. When making a query, `v0 `must be included in your base URL.
</Warning>
