Skip to main content
Glama

CoinStats MCP Server

Official

get-coin-avg-price

Retrieve the historical average price of a cryptocurrency by specifying its ID and a timestamp. Access accurate price data for precise analysis or record-keeping.

Instructions

Get the historical average price for a specific cryptocurrency based on its unique identifier and a specific date.

Input Schema

NameRequiredDescriptionDefault
coinIdYesThe identifier of coin
timestampYesUnix timestamp

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "coinId": { "description": "The identifier of coin", "type": "string" }, "timestamp": { "description": "Unix timestamp", "type": "number" } }, "required": [ "coinId", "timestamp" ], "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