get_detailed_pairs_stats
Fetch aggregated token stats for multiple pairs over a chosen duration, with configurable buckets for historical and current data.
Instructions
Get bucketed stats for a given token within a list of pairs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes | The duration for stats | |
| networkId | Yes | The network ID the pairs are on | |
| bucketCount | No | The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. | |
| pairAddresses | Yes | Array of pair contract addresses |