Skip to main content
Glama

agentek-eth

by NaniDAO

getHolders

Retrieve a sorted list of cryptocurrency holders by balance for a specified coin, with customizable limit and offset parameters.

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" }

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