> For the complete documentation index, see [llms.txt](https://lynx-4.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lynx-4.gitbook.io/api/deprecated.md).

# Deprecated

Our endpoints allow you to access various types of data about tokens and their prices on various blockchain networks. This data can be used to create charts, track trends, and perform other analyses.

Our endpoints are organized into several categories, including:

* Line charts: These endpoints return data that can be used to create line charts showing the price of a token over a given time period.
* Volume: These endpoints return data about the volume of a token traded over a given time period.
* Token Price: These endpoints return the most recent price available for a specfic token.

We offer a variety of parameters that can be used to customize the data returned by our endpoints, such as the time period and the specific token of interest.

Please see the specific endpoint documentation pages for more details on how to use each endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lynx-4.gitbook.io/api/deprecated.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.
