# API Usage Examples

Usage Examples are designed to help you move from individual endpoints to complete workflows. Each example focuses on a common product outcome like discovering top traders, building a custom dashboard, monitoring risk, or benchmarking vaults and includes the required and optional REST endpoints you need to implement it.&#x20;

Use the following pages as starting templates, then adapt the data model, UI, and metrics to fit your application.


---

# 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-usage-examples.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.
