This Public API endpoint, "DAI Daily Receiver Addresses, 7d", fetches data about the unique receiver addresses for a specific token within the past 7 days. This query is especially designed for exploring transaction patterns in a block.
To execute this query, it requires one parameter: 'token_address', which should be a string text representing the specific token address you are interested in.
The endpoint returns data organized as two columns: 'transaction_date' and 'unique_address_count'. 'transaction_date' represents the date of transactions and 'unique_address_count' represents the count of distinct receiver addresses encountered on that day.
In terms of visualization, there's a chart that offers a clear demonstration of the count of unique receiver addresses per day for the examined token within the 7-day interval.
Clone, Modify, Create API here at View query