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.

How to build the request

ParamaterValue

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

  • asset_code

  • total_volume_usd

Last updated