Skip to main content
Glama

CoinStats MCP Server

Official

get-exchange-balance

Retrieve detailed balance data for a specific exchange by providing connection credentials and ID. Ideal for tracking cryptocurrency holdings and managing portfolios.

Instructions

Get the balance data for a provided Exchange.

Input Schema

NameRequiredDescriptionDefault
connectionFieldsYesThe credentials given from exchange. key, secret etc.
connectionIdYesThe exchange connection id

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connectionFields": { "additionalProperties": false, "description": "The credentials given from exchange. key, secret etc.", "properties": {}, "type": "object" }, "connectionId": { "description": "The exchange connection id", "type": "string" } }, "required": [ "connectionFields", "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