Number of daily transfers for a token, 7d

This API endpoint allows for querying the number of daily transfers for a given token on a specific network over a 7-day period. The required parameters include 'token_address_requested' which is a text field specifying the address of the token and 'network', which indicates the blockchain network. The API returns a dataset including the transaction date ('transaction_date') and the count of transfers ('transfer_count') for each day. The output is ordered chronologically. A chart visualization is provided, plotting the 'transaction_date' on the x-axis and 'transfer_count' on the y-axis, which effectively shows transfer trends over the 7 day period.
Clone, Modify, Create API here at View query

Language
Authorization
Query
Click Try It! to start a request and see the response here!