ICP Projects
Guide for listing and tracking ICP projects on DappRadar
DappRadar Integration for ICP Projects
The following document aims to explain how DappRadar tracks dapps on ICP and what is the expectation from dapp developers in order to have their data tracked. At DappRadar, we’re tracking the following metrics for our rankings:
UAW - Unique users interacting with a dapp's smart contracts (canisters). Internal transactions between canisters are ignored.
Transactions - Number of transactions made to dapp's smart contracts (canisters).
Volume - The total value of the transactions flowing into a smart contract (canister).
Balance - The total value of assets held in a smart contract (canister).
Historical Daily Data
We need historical daily data in order to render various components, for example 1y industry overview chart highlighting activity on a particular chain, or full historical activity of a specific dapp. Given such context, we should be able to fetch as much information as possible.
Response contains only those users who made transactions to dapp’s canisters. Response is paginated.
Response example:
Last 62 Days Hourly Data
Hourly data is used to aggregate the activity on our supported timeframes: last 24 hours, last 7 days, last 30 days. This means that we need no more than the last 62 days of hourly data.
Request example:
Response contains only those users who made transactions to dapp’s canisters. In case of fetching hourly data for today, the response should return data up to the latest hour. Example:
Current Tokens Balance
We also show dapp’s current token balance in USD.
Request example:
Response example:
Other Considerations
A decentralized application (Dapp) may integrate only a single canister, which will serve as a proxy, responsible for tracking all other canisters associated with the Dapp on the Internet Computer Protocol (ICP).
This canister must be accessible via the exact paths provided in the examples above. Additionally, the response structure for each API endpoint must adhere strictly to the formats outlined in the shared examples.
For non-financial dapps, it is permissible to omit the “volume” property from the aggregated daily and hourly data, and to exclude the “balance” endpoint completely.
Adding your canisterId to dapp smart contracts list on our website will not automatically result in tracking your dapp metrics. Before that happens, the exposed canister must be reviewed by our team internally.
Last updated