agentek-eth

by NaniDAO
Verified

getUniV3Pool

Retrieve detailed information about Uniswap V3 pools by specifying the chain ID and pool address for Ethereum-based cryptocurrency research.

Instructions

Gets information about a Uniswap V3 pool

Input Schema

NameRequiredDescriptionDefault
chainIdYes
poolAddressYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "poolAddress": { "type": "string" } }, "required": [ "poolAddress", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce