Skip to main content
Glama

CoinStats MCP Server

Official

get-portfolio-transactions

Retrieve a paginated list of portfolio transactions by specifying a share token, currency, and optional filters like coin ID. Use the portfolio share token from CoinStats web app to access transaction data.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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