You're viewing a demo portfolio

Join the waitlist
PRSM

candles

Active

Tool of Okx

declared in 0.1.0

OKX crypto exchange OHLC candles for a spot/perp/futures instrument. Bars 1m through 1M. Use for charting and backtesting OKX instruments.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "bar": "1H",
      "instId": "BTC-USDT"
    },
    {
      "bar": "4H",
      "limit": 100,
      "instId": "ETH-USDT"
    }
  ],
  "required": [
    "instId"
  ],
  "properties": {
    "bar": {
      "type": "string"
    },
    "after": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "before": {
      "type": "string"
    },
    "instId": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Okx

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

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