Skip to main content
Glama

CoinStats MCP Server

Official

get-wallet-balances

Retrieve cryptocurrency wallet balances across specified blockchain networks for a given address using CoinStats MCP Server.

Instructions

Get the balance data for a provided wallet address on all CoinStats supported networks.

Input Schema

NameRequiredDescriptionDefault
addressYesThe wallet address for which the balance is being queried
networksNoBlockchain networks to query, comma-separated (e.g., "ethereum,polygon,binance")all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "The wallet address for which the balance is being queried", "type": "string" }, "networks": { "default": "all", "description": "Blockchain networks to query, comma-separated (e.g., \"ethereum,polygon,binance\")", "type": "string" } }, "required": [ "address" ], "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/CoinStatsHQ/coinstats-mcp'

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