# Solscan API Lite Plan

## **Introduction**

**Solscan Pro API Lite** plan is designed specifically for growing projects, individual developers, and startup teams who require the advanced capabilities of Solscan’s Pro infrastructure.

At a competitive price point, the Lite plan provides access to professional-grade endpoints, allowing you to scale your application's data depth beyond the limitations of the standard Free tier.

### **Plan Overview**

| **Feature**                    | **Lite Plan Specifications**             |
| ------------------------------ | ---------------------------------------- |
| **Price**                      | **$49 / month**                          |
| **Monthly Compute Units (CU)** | **20,000,000**                           |
| **Rate Limit**                 | **1,000 Requests / 60 seconds**          |
| **Endpoint Access**            | Pro Endpoints (with specific exclusions) |

### **Key Features**

* **Blazing Throughput:** With 1,000 requests per minute, the Lite plan supports real-time monitoring and high-frequency data fetching for dApps and bots.
* **Advanced Data Access:** Gain access to deep DeFi activities, token tracking, transaction decoding & full historical data previously reserved for Pro subscribers.
* **Cost-Efficient Scaling:** A high CU-to-dollar ratio, perfect for testing and launching MVPs in the Solana ecosystem.

### **Plan Restrictions & Exclusions**

To maintain the performance stability of our enterprise infrastructure, the following endpoints and features are **excluded** from the API Lite plan:

* **Advanced Account Insights:**
  * `Account/metadata`
  * `Account/funded_by`
* **Bulk Data Operations:** \* All **"multi"-endpoints** (e.g., `multi-account`, `multi-token`, etc.) are disabled. Users must query these entities individually within the Lite rate limits.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solscan.io/api-access/solscan-api-lite-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
