# Stellar Data API Overview

> Learn about Alchemy's Stellar Data API.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

# Intro

With the Stellar Data API, you can query indexed Stellar data across **native**, **classic**, and **Soroban** assets — including transfer history, account balances, and NFT holdings — without running your own indexer.

Browse the **Stellar Data API Endpoints** in the sidebar for the full list of available methods and their request and response schemas.

Looking for Stellar JSON-RPC methods instead? Check out the [Stellar API Overview](/docs/stellar/stellar-api-overview).

<Info>
  All endpoints accept JSON request bodies, return results under a `data` envelope, and support pagination via opaque `pageKey` cursors.
</Info>