get https://api.klarda.com/api/v1/chain/blockchain/daily-active-address
Get DeFi Growth Chart
Definition
This endpoint retrieves the number of daily active addresses on a specified blockchain network over a specified duration. Daily active addresses refer to the unique addresses that have engaged in transactions (sending or receiving) on the blockchain network within a day.
Query Parameters
- chain_id (int): The identifier of the blockchain network for which daily active addresses are requested.
- duration (int): The duration in days or other time units for which the daily active address data is aggregated and presented.
Response
The response will include data representing the number of daily active addresses for the specified blockchain network.
This endpoint is useful for tracking user activity and engagement on a blockchain network, providing insights into network usage and adoption trends over time.