You're viewing a demo portfolio

Join the waitlist
PRSM

ohlc

Active

Tool of Bitstamp

declared in 0.1.0

Fetch OHLC candlestick data from Bitstamp for a currency pair; step sets candle duration in seconds, limit caps candle count, with optional Unix start/end range.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "step": 3600,
      "limit": 100,
      "currency_pair": "btcusd"
    },
    {
      "end": 1640100000,
      "step": 300,
      "limit": 50,
      "start": 1640000000,
      "currency_pair": "ethusd"
    }
  ],
  "required": [
    "currency_pair",
    "step",
    "limit"
  ],
  "properties": {
    "end": {
      "type": "number"
    },
    "step": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "start": {
      "type": "number"
    },
    "currency_pair": {
      "type": "string"
    },
    "exclude_current_candle": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Bitstamp

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

1/7 registries
View full server →