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

# 数据获取

> 使用 OrbitFlare 高效访问区块链数据

## 概述

OrbitFlare 提供强大的工具用于检索 Solana 区块链数据。无论您需要查询历史交易、分析地址活动还是构建数据管道，我们的基础设施都能快速可靠地为您提供所需数据。

<CardGroup cols={2}>
  <Card title="历史数据" icon="clock-rotate-left" href="/fetching-data/historical-data">
    从创世区块开始的完整归档访问。查询 Solana 完整历史中的任何区块、交易或账户状态。
  </Card>

  <Card title="getTransactionsForAddress" icon="list" href="/fetching-data/getTransactionsForAddress">
    通过单次调用检索任何地址的完整交易历史，支持高级过滤和分页。
  </Card>
</CardGroup>

## 为什么选择 OrbitFlare 进行数据访问？

* **全归档节点**：访问完整的区块链历史，无数据裁剪
* **高性能**：优化基础设施实现快速查询响应
* **开发者友好**：简洁的 API 降低代码库复杂性
* **可靠**：企业级正常运行时间，适用于生产应用

## 即将推出

我们正在积极开发更多数据访问功能：

* **数字资产标准 (DAS) API**：全面的 NFT 和代币元数据
* **增强型交易解析**：人类可读的交易分解
* **资产和代币 API**：简化的所有权和余额数据访问

请持续关注更新，或加入我们的 [Discord](https://discord.gg/orbitflare) 获取最新消息。
