# API Dashboard - How to Use

The API Dashboard is your control center for managing access to HyperTracker data. It lets you generate and copy your API token, track request volume and latency, spot errors and rate limit events, monitor your live stream usage, and review billing and support history without leaving the platform.

#### API Token

<figure><img src="/files/k1ckANeeKPJtiZ9PyRh3" alt=""><figcaption></figcaption></figure>

View your current API token and copy it with one click for quick setup in your scripts, bots, or backend services. If a token is ever exposed or you want to rotate credentials, you can regenerate a new key instantly.

#### Usage & Metrics (Last 90d)

<figure><img src="/files/TkI4Gr8gCRfZiviWxEEU" alt=""><figcaption></figcaption></figure>

A high level overview of how your integration is performing over time. This area summarizes:

* **Daily Avg Usage**: your average number of requests per day.
* **Avg Latency**: typical response time, useful for monitoring performance.
* **Error Rate**: the percentage of requests that fail, helping you catch integration issues early.
* **Rate Limit Hit**: how often you have been throttled, indicating when to optimize request patterns.

#### Usage table

<figure><img src="/files/huClpRSpNojip5PpuDha" alt=""><figcaption></figcaption></figure>

A breakdown of usage by API endpoint for the selected timeframe (for example, “This Month”). It helps you understand which endpoints drive the most requests and where you might optimize by reducing polling, tightening filters, or relying on pagination more efficiently.

#### Subscription & Rate Limits

A live status panel for usage and your subscription. It shows:

* which subscription you have currently
* Requests Used and when the counter resets
* Req/m with your current throughput versus the allowed limit

This is the fastest way to confirm whether a client is actively consuming the API and whether you are close to the throughput cap.

<figure><img src="/files/hrUYavGtK5j5nT4rbjzN" alt=""><figcaption></figcaption></figure>

#### Next Billing

<figure><img src="/files/tRl0aABNPyQvZ6TZzdCV" alt=""><figcaption></figcaption></figure>

A snapshot of your upcoming billing details, including the next invoice date and recurring monthly price. This is where you confirm plan cost and when the next charge will occur.

#### Support & Billings

<figure><img src="/files/fYgPSEvh4FnKDBbfeWAj" alt=""><figcaption></figcaption></figure>

A record of your billing and support related activity, designed for auditing and ops workflows. This area helps you keep track of plan changes, payments, and any support interactions tied to your account.


---

# 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://docs.coinmarketman.com/api-dashboard-how-to-use.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.
