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

Identify wash trading and volume quality

PreviousAnalyze supply distribution to determine asset-riskNextGauge market sentiment with Implied Volatility

Last updated 3 months ago

Was this helpful?

Evaluate an asset's volume-to-liquidity ratio. If the USD volume substantially exceeds the depth of the order books (a high volume-to-depth ratio), it suggests that the genuine market demand isn't accurately represented by the current trading volume, hinting at possible wash trading.

The liquidity-volume-ratio is significantly higher on Bitforex.

How to build the request

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

Paramater
Value

asset

ltc

start_time

2023-12-28T00:00:00.000

end_time

2024-01-28T00:00:00.000Z

interval

1d

sources

true

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:

  • total_off_chain_volume_usd

  • buy_market_depths - bid_volume_1

  • sell_market_depths - ask_volume_1

You can find specific asset codes from our or .

instruments explorer
reference data
https://us.market-api.kaiko.io/v2/data/analytics.v2/asset_metrics?start_time=2023-12-28T00:00:00.000Z&end_time=2024-01-28T00:00:00.000Z&asset=ltc&sources=true&interval=1d