You're viewing a demo portfolio

Join the waitlist
PRSM

ticker_history

Active

Tool of Bitfinex

declared in 0.1.0

Bitfinex crypto exchange — historical ticker snapshots for one or more pairs (comma-separated symbols like 'tBTCUSD'). Optional start/end (ms epoch) and limit. Returns bid/ask/last per timestamp.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 100,
      "symbols": "tBTCUSD"
    },
    {
      "end": 1641081600000,
      "start": 1640995200000,
      "symbols": "tETHUSD"
    }
  ],
  "required": [
    "symbols"
  ],
  "properties": {
    "end": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "start": {
      "type": "number"
    },
    "symbols": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Bitfinex

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

1/7 registries
View full server →