Skip to main content
Glama

CoinStats MCP Server

Official

get-wallet-sync-status

Check the synchronization status of a wallet with the blockchain network using the CoinStats MCP Server. Input the wallet address and connection ID for accurate status retrieval.

Instructions

Get the syncing status of the wallet with the blockchain network.

Input Schema

NameRequiredDescriptionDefault
addressYesWallet address
connectionIdYesThe identifier of connection, which you received from /wallet/blockchains call response.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Wallet address", "type": "string" }, "connectionId": { "description": "The identifier of connection, which you received from /wallet/blockchains call response.", "type": "string" } }, "required": [ "address", "connectionId" ], "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