get_detailed_pair_stats
Retrieve aggregated stats for a token in a pair across time buckets, using network, contract address, and duration to filter historical or current data.
Instructions
Get bucketed stats for a given token within a pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The pair contract address | |
| duration | Yes | The duration for stats | |
| networkId | Yes | The network ID the pair is on | |
| statsType | No | The type of statistics returned. Can be FILTERED or UNFILTERED | |
| timestamp | No | ||
| 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. | |
| tokenOfInterest | No |