Identify high-potential assets before they're listed on CEXs
Track the most popular assets on leading DEXs such as Uniswap to uncover high-potential early stage tokens not yet listed on centralized exchanges.
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
Last updated