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 high-potential assets before they're listed on CEXs

PreviousCompare market depth between exchanges and regionsNextGenerate a liquidity-based asset ranking

Last updated 10 months ago

Was this helpful?

Track the most popular assets on leading DEXs such as Uniswap to uncover high-potential early stage tokens not yet listed on centralized exchanges.

See how assets exclusively available on DEXs like USDE (Ethena's stablecoin) and WSTETH (a liquid staking token), have impressive trading volumes, even surpassing popular assets like LINK.

How to build the request

Paramater
Value

exchange

usp3

start_time

2024-04-05T00:00:00.000Z

end_time

2024-04-13T00: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=usp3&start_time=2024-04-05T00:00:00.000Z&end_time=2024-04-13T00: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

  • asset_total_volume_usd

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

Exchange endpoint