# Track asset volume on exchanges

Track the volume of any asset trading on a centralized or decentralized exchange. Quickly identify the top trending tokens and spot instances where volumes differ from market expectations.

<figure><img src="https://lh7-eu.googleusercontent.com/docsz/AD_4nXeTQxA6bWEaRwMQ0FQvH9LWiG8C7okZ_doNqu1auGg4UnfxrJ7QhtOcO1PaZ67O07IjHRFvw9FWibHCi9xJuuGI62TlXgO-vkg-02uX0cpa8s55mWgmXZ58UWi_RxMuMwsV3H1mqbmQEo0wtcqKOi6keN88?key=yKeDMZ63ctoLut6nyqnEtA" alt=""><figcaption><p>In the example above, we can see that smaller tokens like SLERF, ENA, and BONE have recorded very large volumes, on some days, significantly higher than that of eth.<br><br></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    | huob                     |
| start\_time | 2024-04-01T00:00:00.000Z |
| end\_time   | 2024-04-11T00: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=huob&start_time=2024-04-01T00:00:00.000Z&end_time=2024-04-11T00:00:00.000Z&interval=1d&page_size=100&sort=asc>

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

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

####
