Skip to main content
Glama

CoinStats MCP Server

Official

get-exchange-transactions

Retrieve transaction data for a specific exchange, including details like types, dates, and currencies, using a portfolio identifier. Ideal for tracking and analyzing crypto exchange activities.

Instructions

Get transaction data for a specific exchange.

Input Schema

NameRequiredDescriptionDefault
currencyNoCurrency for price dataUSD
fromNoStart date in ISO 8601 format
limitNoNumber of results per page
pageNoPage number
portfolioIdYesThe identifier of portfolio, which you received from /exchange/balance response.
toNoEnd date in ISO 8601 format
typesNoTransaction types, comma separated (deposit,withdraw,approve,executed,balance,fee)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "currency": { "default": "USD", "description": "Currency for price data", "type": "string" }, "from": { "description": "Start date in ISO 8601 format", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "portfolioId": { "description": "The identifier of portfolio, which you received from /exchange/balance response.", "type": "string" }, "to": { "description": "End date in ISO 8601 format", "type": "string" }, "types": { "description": "Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee)", "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