Number of daily transfers for a token, 7d

This API endpoint is designed to deliver information on the number of daily token transfers for a specific token in the past seven days. It requires one parameter: token_address of type text, which identifies the token for which the data is gathered.

Upon making a GET request, the endpoint initiates an SQL query that retrieves the date of the transactions (transaction_date) and the number of transfers (transfer_count) for each day from the token_transfers table in the base database. It only includes transfers that occurred within the last seven days.

The endpoint generates a record for each day, presenting the date and the total number of transfers on that day. It then arranges the records in the ascending order by date for easy scanning. In addition to the tabular representation, a line chart visualization is provided to illustrate the volume of daily transfers for the queried token.
Clone, Modify, Create API here at View query

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