> For the complete documentation index, see [llms.txt](https://oracledocs.magpie.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oracledocs.magpie.gg/build-with-it/pricing.md).

# Plans & pricing

| Plan             | Price                    | Rate limit     | Includes                                                    |
| ---------------- | ------------------------ | -------------- | ----------------------------------------------------------- |
| **Free**         | €0                       | 60 req/min     | price + band + confidence, 90-day history, accuracy, proofs |
| **Starter**      | **€29/mo**               | 300 req/min    | + candles (all timeframes), 365-day history, graded values  |
| **Growth**       | **€99/mo**               | 1,000 req/min  | + bulk endpoints & webhooks (rolling out), email support    |
| **Partner**      | **€499/mo** or contract  | 3,000+ req/min | + SLA, custom fields, direct channel, co-marketing          |
| **Pay-per-call** | $0.002/call (x402, USDC) | —              | keyless micro-payments for agents & scripts (rolling out)   |

Notes, honestly:

* **Verification is never paywalled.** `accuracy`, `batch`, `proof` stay free and keyless forever — they are the trust anchor.
* The Free tier is real (build a hobby tool on it); it exists so you can evaluate the data before paying.
* **Attribution** ("Pricing by MagpieOracle") is required on any surface displaying our values, on every plan.
* **No raw-feed redistribution** on any plan: display and internal use are licensed; re-selling or bulk re-publishing the feed is not.
* SLA is a Partner-tier contract item — we do not promise what the infrastructure of a lower tier cannot keep.

Keys: request via the operator (self-serve signup is on the roadmap). Keys are hashed at rest, shown once, revocable instantly.


---

# 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://oracledocs.magpie.gg/build-with-it/pricing.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.
