candles
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gemini Crypto
https://github.com/pipeworx-io/mcp-gemini-crypto
1/7 registries