Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_trades

Retrieve trade history by specifying filters like token, blockchain type, or pagination. Use this tool within the Trading Simulator MCP Server to analyze and track team trading activity efficiently.

Instructions

Get trade history for your team

Input Schema

NameRequiredDescriptionDefault
chainNoFilter by blockchain type
limitNoMaximum number of trades to retrieve (default: 20)
offsetNoOffset for pagination
tokenNoFilter by token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "description": "Filter by blockchain type", "enum": [ "svm", "evm" ], "type": "string" }, "limit": { "description": "Maximum number of trades to retrieve (default: 20)", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" }, "token": { "description": "Filter by token address", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Trading Simulator MCP Server

Related Tools

    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/recallnet/trading-simulator-mcp'

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