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

# Fetching Data

> Guides for historical Solana data, wallet and program activity APIs, and bulk transaction retrieval—patterns for analytics and explorers with fewer RPC round-trips on OrbitFlare.

## Overview

OrbitFlare provides powerful tools for retrieving Solana blockchain data. Whether you need to query historical transactions, analyze address activity, or build data pipelines, our infrastructure delivers fast and reliable access to the data you need.

<CardGroup cols={2}>
  <Card title="Historical Data" icon="clock-rotate-left" href="/fetching-data/historical-data">
    Full archive access from genesis. Query any block, transaction, or account state from Solana's entire history.
  </Card>

  <Card title="getTransactionsForAddress" icon="list" href="/fetching-data/getTransactionsForAddress">
    Retrieve complete transaction history for any address in a single call with advanced filtering and pagination.
  </Card>
</CardGroup>

## Why OrbitFlare for Data Access?

* **Full Archive Nodes**: Access complete blockchain history without pruning
* **High Performance**: Optimized infrastructure for fast query responses
* **Developer-Friendly**: Clean APIs that reduce complexity in your codebase
* **Reliable**: Enterprise-grade uptime for production applications

## Coming Soon

We're actively building additional data access features:

* **Digital Asset Standard (DAS) API**: Comprehensive NFT and token metadata
* **Enhanced Transaction Parsing**: Human-readable transaction breakdowns
* **Asset and Token APIs**: Streamlined access to ownership and balance data

Check back for updates or join our [Discord](https://discord.gg/orbitflare) to stay informed.
