LogoLogo
  • Kaiko Knowledge Hub
  • Getting Started
    • About the Developer Hub
    • About Kaiko
    • Kaiko Examples
      • Capture alpha before major events impact the market
      • Trace stolen funds across a blockchain
      • Track asset volume on exchanges
      • Compare market depth between exchanges and regions
      • Identify high-potential assets before they're listed on CEXs
      • Generate a liquidity-based asset ranking
      • Analyze supply distribution to determine asset-risk
      • Identify wash trading and volume quality
      • Gauge market sentiment with Implied Volatility
      • Compare price slippage between exchanges
  • What's new?
    • 2025
      • May 2025
      • April 2025
      • March 2025
      • February 2025
    • 2024
      • November 2024
      • September 2024
      • July 2024
      • June 2024
      • March 2024
    • Previous updates
  • EXPLORE OUR DATA
    • Data dictionary
      • Data Feeds
        • Level 1 & Level 2 Data
          • Level 1 Aggregations
          • Level 1 Tick-level
          • Level 2 Aggregations
          • Level 2 Tick-Level
        • Reference Data
      • Analytics Solutions
        • Kaiko Fair Market Value
        • Kaiko Best Execution
          • Oanda FX conversion
        • Kaiko Derivatives Risk Indicators
        • Kaiko Portfolio Risk & Performance
      • Monitoring Solutions
        • Kaiko Blockchain Monitoring
        • Kaiko Market Explorer
        • Kaiko Market Surveyor
      • Kaiko Indices
    • Our delivery methods
  • COVERAGE
    • Spot markets - centralized
    • Spot markets - decentralized
    • Derivatives markets - centralized
    • Lending and borrowing protocols
    • Kaiko Blockchain Monitoring
    • Benchmarks
    • Instrument Explorer
    • Status
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Getting Started
  2. Kaiko Examples

Track asset volume on exchanges

PreviousTrace stolen funds across a blockchainNextCompare market depth between exchanges and regions

Last updated 6 months ago

Was this helpful?

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.

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.

How to build the request

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:

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

  • timestamp

  • asset_code

  • total_volume_usd

With the Market Metrics , you can use the following parameters to source the specific information you're looking for:

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
Exchange endpoint