get_pair_metadata
Retrieve detailed metadata for a token pair, including price, volume, and liquidity statistics across various timeframes.
Instructions
Get metadata for a pair of tokens, including price, volume, and liquidity stats over various timeframes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The pair contract address | |
| networkId | Yes | The network ID the pair is on | |
| statsType | No | The type of statistics returned. Can be FILTERED or UNFILTERED | |
| quoteToken | No | The token of interest (token0 or token1) |