> For the complete documentation index, see [llms.txt](https://docs.llama.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.llama.fi/pro-api.md).

# Pricing

### **Subscription Tiers**

#### **Open** (Free)

The Open plan provides essential access to DefiLlama's comprehensive DeFi data.

**Features:**

* Access to TVL (Total Value Locked), revenue/fees, and prices.
* Access to **LlamaFeed** for real-time updates.
* Support via Email and public Discord channel.

***

#### **Pro** ($49/month or $490/year) **Free 7-day trial available**

Unlock premium DefiLlama features designed for power users and researchers.

**Features:**

* **LlamaAI** – conversational analysis of DefiLlama data
  * Deep research: 5 questions/day (3 questions during trial)
* **DefiLlama Pro Dashboards** – build custom dashboards
* **CSV Downloads** – export any dataset (disabled during trial)
* **Custom Columns** – personalized analysis
* **LlamaFeed** – real-time premium insights
* **DefiLlama Sheets** – access blockchain data in google sheets or excel
* Access to upcoming DefiLlama products

**Note:** API access is not included in the Pro plan.

***

#### **API** ($300/month or $3,000/year)

Designed for developers requiring additional API endpoints and higher limits.

**Features:**

* All features included in the Pro tier
* Access to TVL, revenue/fees, and prices API endpoints
* Access to all data categories (unlocks, active users, token liquidity, and more)
* Priority support

**API Limits:**

* 1,000 requests per minute
* 1 million API calls per month
* $0.60 per 1,000 additional calls after the 1M limit

**API docs page**:

<https://api-docs.defillama.com/>

***

#### **Enterprise plan**

**Features:**

* All features included in Pro and API tiers
* Direct raw access to our database
* Custom bespoke solutions that fit your needs
* Hourly data
* Access to non-public data, such as TVL breakdowns by token address
* Custom data licensing agreements

To request an enterprise plan, please contact us at <sales@defillama.com>

***

**Payment Options:**

* Crypto
* Credit card

Both monthly and yearly billing options available.

**How to Upgrade**

Go to <https://defillama.com/subscription>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.llama.fi/pro-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
