Skip to main content
Glama

CCXT MCP Server

fetchMyTrades

Retrieve your trade history for a specific cryptocurrency account and symbol through the CCXT MCP Server. Input account details, symbol, and optional filters like timestamp or limit to fetch personal trading data.

Instructions

Fetch personal trade history for a configured account

Input Schema

NameRequiredDescriptionDefault
accountNameYesAccount name defined in the configuration file (e.g., 'bybit_main')
limitNoLimit the number of trades returned (optional)
sinceNoTimestamp in ms to fetch trades since (optional)
symbolNoTrading symbol (e.g., 'BTC/USDT')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "description": "Account name defined in the configuration file (e.g., 'bybit_main')", "type": "string" }, "limit": { "description": "Limit the number of trades returned (optional)", "type": "number" }, "since": { "description": "Timestamp in ms to fetch trades since (optional)", "type": "number" }, "symbol": { "description": "Trading symbol (e.g., 'BTC/USDT')", "type": "string" } }, "required": [ "accountName" ], "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/lazy-dinosaur/ccxt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server