agentek-eth

by NaniDAO
Verified

getUserPositions

Retrieve all Uniswap V3 positions for a user by specifying the chain ID and user address, enabling efficient tracking and management of Ethereum-based assets.

Instructions

Gets all Uniswap V3 positions for a user

Input Schema

NameRequiredDescriptionDefault
chainIdYes
userNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce