Skip to main content
Glama

CoinStats MCP Server

Official

get-wallet-transactions

Retrieve detailed transaction data for a specific wallet, including pagination, date range, currency, and transaction types. Use this tool to monitor and analyze wallet activity effectively.

Instructions

Get transaction data for a specific wallet. Ensure transactions are synced by calling PATCH /transactions first.

Input Schema

NameRequiredDescriptionDefault
addressYesWallet address
connectionIdYesThe identifier of connection, which you received from /wallet/blockchains call response.
currencyNoCurrency for price dataUSD
fromNoStart date in ISO 8601 format
limitNoNumber of results per page
pageNoPage number
toNoEnd date in ISO 8601 format
txIdNoTo search with transaction hash
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": { "address": { "description": "Wallet address", "type": "string" }, "connectionId": { "description": "The identifier of connection, which you received from /wallet/blockchains call response.", "type": "string" }, "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" }, "to": { "description": "End date in ISO 8601 format", "type": "string" }, "txId": { "description": "To search with transaction hash", "type": "string" }, "types": { "description": "Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee)", "type": "string" } }, "required": [ "address", "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