# API Docs

Vestige offers a **FREE API** to any projects building in the Algorand Ecosystem:

<https://free-api.vestige.fi/docs>

The API has unlimited access but is protected from DDoS using Cloudflare. Endpoints are cached to a minimum time of 1 minute.

Vestige also offers access to premium endpoints that are not cached, for more information please contact us at:[ team@vestige.fi](mailto:team@vestige.fi)


---

# 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://about.vestige.fi/api/api-docs.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.
