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

# Plans & Pricing

The API is offered on the plans below. Access is enforced by the `x-api-key` gate described in here. All plans grant full access to every endpoint, plans differ on included usage, throughput, and support.

The API comes in two flavours, both covered by the same plan:

* [**Mystic Morpho REST API**](https://docs.mysticfinance.xyz/overview/mystic-morpho-rest-api) — the REST endpoint to get Markets, Vaults, History and Liquidation data
* [**Mystic Morpho GraphQL API**](https://docs.mysticfinance.xyz/overview/mystic-morpho-graphql-api) — the GraphQL endpoint to get Markets, Vaults, History and Liquidation data

Plans are measured in credit allowances, and each credit is the unit of API usage. Each successful request costs 1 credit, be it a GraphQL query or a REST call (e.g. `/morphoCache/lite`, `/liquidations/positions`). Heavier aggregated endpoints may cost more than 1 credit. Failed requests (`4xx`/`5xx`) are not charged.

Each plan includes a monthly credit allowance that resets at the start of every billing cycle; usage beyond the allowance is billed at the Pay-as-you-go rate ($0.002 / credit). On the Pay-as-you-go plan you are billed only for what you use, with no monthly commitment.

<table><thead><tr><th width="106.296875">Plan</th><th width="101.234375">Price</th><th width="143.96875">Credits</th><th width="116.046875">Rate Limit</th><th>Best For</th></tr></thead><tbody><tr><td>Pay-as-you-go</td><td>$0.002 / credit</td><td>pay for usage</td><td>Standard</td><td>Testing, variable workloads, full API access with no monthly commitment.</td></tr><tr><td>Analyst</td><td>$149 / month</td><td>250k / month</td><td>20 requests / second</td><td>Researchers, data teams, DeFi users.</td></tr><tr><td>Builder</td><td>$299 / month</td><td>500k / month</td><td>50 requests / second</td><td>Liquidators, DeFi protocols.</td></tr><tr><td>Growth</td><td>$499 / month</td><td>1M / month</td><td>100 requests / second</td><td>DeFi protocols, Curators.</td></tr><tr><td>Enterprise</td><td>Custom</td><td>Custom</td><td>Custom</td><td>Foundations, wallets, CEXes.</td></tr></tbody></table>

**How API keys work**

* Send your API key on every request as `x-api-key`&#x20;
* Paid plans are billed monthly; an expired key returns `401` until renewed.
* Keys are issued and renewed by the Mystic team, [**contact us**](mailto:joao.moreira@mysticfinance.xyz) to choose a plan and get one.
