Skip to main content
Glama

mcp-otc

Official
by otc-ai

get-token-transfers

Retrieve ERC20 token transfer details for a specified Ethereum address, up to a defined limit, using the mcp-otc server to query on chain-id 175.

Instructions

Get ERC20 token transfers for an Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address (0x format)
limitNoNumber of transfers to return (max 100)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Ethereum address (0x format)", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "limit": { "description": "Number of transfers to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-otc

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/otc-ai/mcp-otc'

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