post https://api.dev.dex.guru/wh/copy_of_86_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