get_token_pools_v4
Retrieve all Uniswap V4 pools associated with a specific token and display results in a structured markdown table. Input the token's Ethereum address for detailed pool data including version, pair, fee tier, volume, and liquidity.
Instructions
Query all Uniswap V4 pools for a specific token and return as a formatted markdown table.
Parameters:
token_address (str): The Ethereum address of the token to query (e.g., '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48').
ctx (Context): The API context for logging and error handling.
Returns:
A markdown-formatted string containing a table with columns: Version, ID, Pair, Fee Tier, Volume USD, Liquidity.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token_address | Yes |