You're viewing a demo portfolio

Join the waitlist
PRSM

trades

Active

Tool of Gemini Crypto

declared in 0.1.0

Fetch recent trade history from Gemini for a symbol; optional timestamp filters to a start time and limit_trades caps the result count. Returns price, amount, type, and timestamp per trade.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "btcusd"
    },
    {
      "symbol": "ethusd",
      "limit_trades": 100,
      "include_breaks": true
    }
  ],
  "required": [
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string"
    },
    "timestamp": {
      "type": "number"
    },
    "limit_trades": {
      "type": "number"
    },
    "include_breaks": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gemini Crypto

https://github.com/pipeworx-io/mcp-gemini-crypto

1/7 registries
View full server →
trades — Gemini Crypto — PRSM MCP