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
      • June 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
          • Oanda FX conversion
        • Kaiko Best Execution
        • 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

Compare market depth between exchanges and regions

PreviousTrack asset volume on exchangesNextIdentify high-potential assets before they're listed on CEXs

Last updated 7 months ago

Was this helpful?

Market depth is a measure of how well a market can handle large orders without impacting asset prices. A "deep" market has enough volume on both sides - bids (buy orders) and asks (sell orders) - to handle large orders while keeping prices stable. Market depth varies between exchanges and over time, so traders often monitor it across different platforms to determine the best market on which to trade. It can also be used to compare market depth between different regions by customizing the exchanges you select.

How to build the request

Paramater
Value

asset

btc

start_time

2022-11-05T00:00:00.000Z

end_time

2022-11-28T00:00:00.000Z

interval

1d

sources

true

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

curl -X GET "https://us.market-api.kaiko.io/v2/data/analytics.v2/asset_metrics?asset=btc&start_time=2022-11-05T00:00:00.000Z&end_time=2022-11-28T00:00:00.000Z&interval=1d&sources=true" -H "accept: application/json" -H "X-Api-Key: YOUR_API_KEY"

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

  • timestamp

  • buy_market_depths:

    • exchange

    • volume_usds: {bid_volume_0_1}

  • sell_market_depths:

    • exchange

    • volume_usds: {ask_volume_0_1}

Use (assets) with the following parameters to replicate this chart.

This chart shows the 1% market depth for all trading pairs with BTC as the base asset. It shows the USD value of all bids (bid_volume_1) and asks (ask_volume_1) within 1% of the mid-price.
Market Metrics