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

# API Reference

> The HoodScan API.

<Note>
  The public HoodScan API is on the roadmap. This section will document endpoints for
  blocks, transactions, addresses, tokens, and transfers once it's available.
</Note>

## What to expect

The API will provide programmatic, read-only access to the same Robinhood Chain data
you see in the explorer:

<CardGroup cols={2}>
  <Card title="Blocks & transactions" icon="cube">
    Fetch blocks, transactions, and receipts by number or hash.
  </Card>

  <Card title="Addresses" icon="wallet">
    Balances, nonce, contract detection, and transfer history.
  </Card>

  <Card title="Tokens" icon="coins">
    Metadata, supply, live price, and transfers.
  </Card>

  <Card title="Search" icon="magnifying-glass">
    Resolve any address, hash, or block in one call.
  </Card>
</CardGroup>

## Stay updated

Follow [@hoodscanai](https://x.com/hoodscanai) for API launch news, or reach us at
[support@hoodscan.ai](mailto:support@hoodscan.ai).
