# Stats/

This API provides access to statistic data, including associated wallet information, for a specified mint address. It supports secure access through API key authentication and implements rate-limiting to ensure fair usage. The API is designed to deliver fast, cached responses while staying updated with real-time transaction data.\
\
**Authentication**\
\
All endpoints require a valid API key, passed as a query parameter (api\_key). API keys are validated against a database, and each request consumes a portion of the key's available quota. If the quota is exhausted or the key is invalid, the API returns a 403 Forbidden response.Contact the administrator for details on obtaining or managing API keys.\
\
**Rate Limiting**

* Default Limit: 50 requests per second per IP address.
* Rate limits are enforced to prevent abuse and ensure service availability.


---

# 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://cabalspy.gitbook.io/cabalspy-docs/smart-wallet-data/solana/stats.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.
