Skip to main content
Glama

CoinStats MCP Server

Official

get-exchange-sync-status

Retrieve the synchronization status of an exchange portfolio using its unique ID. Monitor updates and ensure accurate tracking of cryptocurrency holdings via the CoinStats MCP Server.

Instructions

Get the syncing status of the exchange portfolio.

Input Schema

NameRequiredDescriptionDefault
portfolioIdYesThe identifier of portfolio, which you received from /exchange/balance call response.

Input Schema (JSON Schema)

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