You're viewing a demo portfolio

Join the waitlist
PRSM

candles

Active

Tool of Bitfinex

declared in 0.1.0

Bitfinex crypto OHLC candles for a crypto pair. Timeframes 1m through 1M. Returns timestamped open/high/low/close + volume. Use for charting, technical analysis, backtesting on Bitfinex.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 100,
      "symbol": "tBTCUSD",
      "section": "last",
      "timeframe": "1m"
    },
    {
      "end": 1641081600000,
      "start": 1640995200000,
      "symbol": "tETHUSD",
      "section": "hist",
      "timeframe": "1D"
    }
  ],
  "required": [
    "timeframe",
    "symbol",
    "section"
  ],
  "properties": {
    "end": {
      "type": "number"
    },
    "sort": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "start": {
      "type": "number"
    },
    "symbol": {
      "type": "string"
    },
    "section": {
      "type": "string"
    },
    "timeframe": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bitfinex

https://github.com/pipeworx-io/mcp-bitfinex

1/7 registries
View full server →