Skip to main content
Glama

agentek-eth

by NaniDAO

getHolders

Retrieve and analyze the list of cryptocurrency holders for a specified coin, sorted by balance. Access key data for research or automation with agentek-eth MCP server.

Instructions

Fetch the list of holders for a given coin, ordered by balance descending by default.

Input Schema

NameRequiredDescriptionDefault
coinIdYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "coinId": { "type": "string" }, "limit": { "default": 50, "maximum": 100, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "minimum": 0, "type": "integer" } }, "required": [ "coinId" ], "type": "object" }
Install Server

Other Tools from agentek-eth

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server