agentek-eth

by NaniDAO
Verified

getTokenHolders

Retrieve token holders and their balances for a specific token on supported blockchain networks. Use this tool to analyze ownership distribution and track wallet activity efficiently.

Instructions

Retrieve token holders and their balances for a given token.

Input Schema

NameRequiredDescriptionDefault
chainYesChain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453
offsetNo
pageNo
tokenContractYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "anyOf": [ { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" }, { "allOf": [ { "type": "number" }, { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" } ] } ], "description": "Chain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453" }, "offset": { "type": "number" }, "page": { "type": "number" }, "tokenContract": { "type": "string" } }, "required": [ "chain", "tokenContract" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce