> For the complete documentation index, see [llms.txt](https://docs.kaiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaiko.com/getting-started/kaiko-examples/identify-high-potential-assets-before-theyre-listed-on-cexs.md).

# Identify high-potential assets before they're listed on CEXs

Track the most popular assets on leading DEXs such as Uniswap to uncover high-potential early stage tokens not yet listed on centralized exchanges.&#x20;

<figure><img src="https://lh7-eu.googleusercontent.com/docsz/AD_4nXd9cmVOGtEI15hLdTHF7X861X1Krk7Zi9JlrfLvZZXWdo23OzWiGgQtX__NKpW58-eNpPyR9MpTI5-4YYp4qaHKJZdW54bU7mVyB8LDO-agNGr_Ssj13fxL21QTlBLtCSpDmEN4FhYyN3CwfEuWOznpWXI?key=yKeDMZ63ctoLut6nyqnEtA" alt=""><figcaption><p>See how assets exclusively available on DEXs like USDE (Ethena's stablecoin) and WSTETH (a liquid staking token), have impressive trading volumes, even surpassing popular assets like LINK.</p></figcaption></figure>

### <mark style="color:blue;">How to build the request</mark>

With the Market Metrics [**Exchange** **endpoint**](/rest-api/monitoring-solutions/kaiko-market-explorer/exchanges.md#what-is-this-endpoint-for), you can use the following parameters to source the specific information you're looking for:&#x20;

| Paramater   | Value                    |
| ----------- | ------------------------ |
| exchange    | usp3                     |
| start\_time | 2024-04-05T00:00:00.000Z |
| end\_time   | 2024-04-13T00:00:00.000Z |
| interval    | 1d                       |
| page\_size  | 100                      |
| sort        | asc                      |

Here's an example of an HTTP string request using the values above:

<https://us.market-api.kaiko.io/v2/data/analytics.v2/exchange\\_metrics?exchange=usp3\\&start\\_time=2024-04-05T00:00:00.000Z\\&end\\_time=2024-04-13T00:00:00.000Z\\&interval=1d\\&page\\_size=100\\&sort=asc&#x20>;

When you receive your response, search for the following fields to find the data you need:

* timestamp&#x20;
* asset\_code
* asset\_total\_volume\_usd

####


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kaiko.com/getting-started/kaiko-examples/identify-high-potential-assets-before-theyre-listed-on-cexs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
