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

# API Coverage

> Learn what endpoints are available for the Solana Assets API.

## Transfers API

The Transfers API exposes every token transfer on Solana, letting you query historical activity, build flow maps, and stream new transfers as they happen.

| Method          | Description            | API Reference                                                       |
| --------------- | ---------------------- | ------------------------------------------------------------------- |
| `sub-transfers` | Subscribe to transfers | [Method Docs](/api-reference/solana/assets/transfers/sub-transfers) |

## Balances API

The Balances API exposes every wallet-token balance update on Solana, letting you reconstruct holdings, audit positions, and stream new balance changes as they happen.

| Method                | Description                  | API Reference                                                            |
| --------------------- | ---------------------------- | ------------------------------------------------------------------------ |
| `sub-balance-changes` | Subscribe to balance changes | [Method Docs](/api-reference/solana/assets/balances/sub-balance-changes) |
