Skip to main content
Glama

CoinStats MCP Server

Official

get-portfolio-transactions

Retrieve and analyze cryptocurrency portfolio transaction history with filtering by coin, currency, and pagination for detailed financial tracking.

Instructions

Get a list of portfolio transactions.

Input Schema

NameRequiredDescriptionDefault
coinIdNoFilter by coin ID
currencyYesCurrency for price data
limitNoNumber of results per page
pageNoPage number
shareTokenNoPortfolio share token. You can get your share token from the portfolio you want to retrive data from by clicking Share button on CoinStats web app portfolio tracker section - top right.

Input Schema (JSON Schema)

{ "properties": { "coinId": { "description": "Filter by coin ID", "type": "string" }, "currency": { "description": "Currency for price data", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "shareToken": { "description": "Portfolio share token. You can get your share token from the portfolio you want to retrive data from by clicking Share button on CoinStats web app portfolio tracker section - top right.", "type": "string" } }, "required": [ "currency" ], "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