# API

- [Getting Started](https://docs.coinchomp.com/api-v1/getting-started.md): To get started using the CoinChomp API you'll need to obtain your API key and fund an account.
- [Authentication](https://docs.coinchomp.com/api-v1/authentication.md)
- [Metas](https://docs.coinchomp.com/api-v1/metas.md): Our fee schedule is available via the following API request.
- [Audit a Coin](https://docs.coinchomp.com/api-v1/api-launch-token.md): Audit a coin and retrieve a score representing CoinChomp's confidence of it not being a scam.
- [Request Status](https://docs.coinchomp.com/api-v1/request-status.md): Many of our long-running endpoints immediately return a requestId instead of making you wait. You can use the requestId to query the status of the request.
- [Fees](https://docs.coinchomp.com/api-v1/fees.md): Our fee schedule is available via the following API request.


---

# 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.coinchomp.com/api-v1.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.
