You're viewing a demo portfolio

Join the waitlist
PRSM

candles

Active

Tool of Gemini Crypto

declared in 0.1.0

Gemini crypto exchange OHLC candles for a crypto pair. Time frames 1m, 5m, 15m, 30m, 1hr, 6hr, 1day. Use for charting and backtesting on Gemini.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "btcusd",
      "time_frame": "1m"
    },
    {
      "symbol": "ethusd",
      "time_frame": "1h"
    }
  ],
  "required": [
    "symbol",
    "time_frame"
  ],
  "properties": {
    "symbol": {
      "type": "string"
    },
    "time_frame": {
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gemini Crypto

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

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