Skip to main content
Glama

Blockscout MCP Server

Official

get_tokens_by_address

Retrieve ERC20 token holdings for a wallet address, including token metadata, market data, and balance details. Supports pagination for comprehensive portfolio analysis, wallet auditing, and DeFi position tracking.

Instructions

Get comprehensive ERC20 token holdings for an address with enriched metadata and market data. Returns detailed token information including contract details (name, symbol, decimals), market metrics (exchange rate, market cap, volume), holders count, and actual balance (provided as is, without adjusting by decimals). Supports pagination. Essential for portfolio analysis, wallet auditing, and DeFi position tracking.

Input Schema

NameRequiredDescriptionDefault
addressYesWallet address
chain_idYesThe ID of the blockchain
fiat_valueNoPart of the combined next cursor to get the next page of results
idNoPart of the combined next cursor to get the next page of results
items_countNoPart of the combined next cursor to get the next page of results
valueNoPart of the combined next cursor to get the next page of results

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Wallet address", "title": "Address", "type": "string" }, "chain_id": { "description": "The ID of the blockchain", "title": "Chain Id", "type": "string" }, "fiat_value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Fiat Value" }, "id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Id" }, "items_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Items Count" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Part of the combined next cursor to get the next page of results", "title": "Value" } }, "required": [ "chain_id", "address" ], "title": "get_tokens_by_addressArguments", "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/blockscout/mcp-server'

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