Skip to main content
Glama

nft-analytics-mcp

get_unique_traders_by_collection

Extract unique buyer and seller counts for NFT collections to analyze trading activity. Provides results in a markdown table, customizable with a row limit.

Instructions

Retrieve count of unique buyers and sellers for NFT collections. Args: limit (int, optional): Maximum number of rows to fetch from the query. Defaults to 1000. Returns: str: Markdown table of unique traders by collection, or error message if the query fails.

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 1000, "title": "Limit", "type": "integer" } }, "title": "get_unique_traders_by_collectionArguments", "type": "object" }

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/kukapay/nft-analytics-mcp'

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