---
updatedAt: 2025-04-22T06:58:34.000Z
---

Fetch the complete documentation index at: https://docs.solana.fm/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Rate Limits

Reference for the various API tiers and their rate limits

<Table align={["left","left","left","left","left","left"]}>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Plan
      </th>

      <th style={{ textAlign: "left" }}>
        Price (USD)
      </th>

      <th style={{ textAlign: "left" }}>
        Rate Limit (RPS)
      </th>

      <th style={{ textAlign: "left" }}>
        Data Access
      </th>

      <th style={{ textAlign: "left" }}>
        Bandwidth (GB)
      </th>

      <th style={{ textAlign: "left" }}>
        Cost per additional GB of bandwidth (USD)
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        Free
      </td>

      <td style={{ textAlign: "left" }}>
        0
      </td>

      <td style={{ textAlign: "left" }}>
        10
      </td>

      <td style={{ textAlign: "left" }}>
        APIs
        Webhooks
      </td>

      <td style={{ textAlign: "left" }}>
        1
      </td>

      <td style={{ textAlign: "left" }}>
        0
      </td>
    </tr>
  </tbody>
</Table>

\*RPS = requests per second

<br />

## Specific API Rate Limits

Certain endpoints may consume significantly more CPU resources than others, so we have implemented specific rate limits for these endpoints to ensure optimal performance when serving data to you.

| API                              | Free (RPS) |
| :------------------------------- | :--------- |
| /v0/accounts/:hash/transactions  | 10         |
| /v0/accounts/:hash/transfers     | 10         |
| /v0/accounts/:hash/transfers/csv | 1          |
| /v1/addresses/:hash/tokens       | 1          |
| /v1/tokens/:hash/holders         | 5          |
| /v1/tokens/:hash/supply          | 5          |
| /v1/tokens/:hash/token-accounts  | 5          |