Analyze supply distribution to determine asset-risk

Identify the number of addresses that hold at least 1% of the asset's total supply to effectively measure its popularity and the strength of its price discovery process.

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:

You can find specific asset codes from our instruments explorer or reference data.

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

https://us.market-api.kaiko.io/v2/data/analytics.v2/asset_metrics?start_time=2023-01-01T00:00:00.000Z&end_time=2023-01-04T00:00:00.000Z&asset=crv

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

  • main_holders

  • number_of_holders

  • total_supply

For a more in-depth analysis of all wallets holding a particular asset, you can utilize Kaiko Wallet Data.

Last updated