Skip to main content
Glama

Trading Simulator MCP Server

by recallnet

get_trades

Retrieve trade history for your team in the Trading Simulator, with options to filter by token address, blockchain type, and manage pagination using limit and offset parameters.

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" }

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