# Service Plans & Pricing

Diapleo is a service-based product. API access, feature gates, rate limits, and billing are all governed by the service plan attached to your API key.

### Plan Tiers

| **Plan**      | **Price** | **Daily Requests** | **Burst (per min)** | **Key Features**                                                |
| ------------- | --------- | ------------------ | ------------------- | --------------------------------------------------------------- |
| Free          | $0/mo     | 100                | 10                  | Protocol list (max 10), composite scores                        |
| Pro           | $29/mo    | 10,000             | 60                  | Full registry, dimension breakdowns, wallet scan, score history |
| Institutional | $299/mo   | 100,000            | 300                 | Everything in Pro + risk signals, extended history              |
| Enterprise    | Custom    | Custom             | Custom              | White-label, custom integrations                                |

### Feature Access by Plan

| **Feature**                   | **Free** | **Pro** | **Institutional** | **Enterprise** |
| ----------------------------- | -------- | ------- | ----------------- | -------------- |
| Protocol list                 | 10 max   | Full    | Full              | Full           |
| Composite score               | Yes      | Yes     | Yes               | Yes            |
| Dimension breakdown (6 risks) | No       | Yes     | Yes               | Yes            |
| Score metadata                | No       | Yes     | Yes               | Yes            |
| Wallet scan                   | No       | Yes     | Yes               | Yes            |
| Protocol screener             | Yes      | Yes     | Yes               | Yes            |
| Score history                 | No       | 30 days | 365 days          | Custom         |
| Risk signals                  | No       | No      | Yes               | Yes            |
| Usage API                     | Yes      | Yes     | Yes               | Yes            |


---

# 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:

```
GET https://docs.diapleo.com/api-reference/overview/service-plans-and-pricing.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.
