> ## 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

> Dogecoin blockchain APIs and services from Maestro. Access Blockchain Indexer, DRC20 tokens, Dunes, inscriptions, and node RPC functionality.

The [**Dogecoin blockchain**](https://dogecoin.com/) is a decentralized digital currency network that supports peer-to-peer transactions. It uses a proof-of-work (PoW) consensus mechanism similar to Bitcoin but features quicker block times and a more abundant supply. Originally created as a “meme” cryptocurrency, Dogecoin has gained a large community following and a notable market presence.

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

## Available Services

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

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

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

## Available Networks

The service is available on the following Bitcoin networks:

| Networ      | Base URL                                   |
| :---------- | :----------------------------------------- |
| **Mainnet** | `https://xdg-mainnet.gomaestro-api.org/v0` |
| **Testnet** | `https://xdg-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>
