# 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**](https://app.gitbook.com/s/ltAbhvgBfrAWlpUnC7ys/monitoring-solutions/kaiko-market-explorer/exchanges#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

####
