You're viewing a demo portfolio

Join the waitlist
PRSM

get_oi_history

Active

Tool of PredMCP

declared in 0.7.0

Open-interest time series for a coin over the last 24h, from our continuous 5-min collector. Hyperliquid has NO OI-history endpoint — this data exists only on predmcp. Includes price + funding at each point. Pro tool get_oi_divergence classifies price-vs-OI regimes (squeeze/liquidation/new positioning) across all coins.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "coin"
  ],
  "properties": {
    "coin": {
      "type": "string",
      "description": "Coin, e.g. \"BTC\" (top ~30 by OI are tracked)"
    },
    "hours": {
      "type": "integer",
      "default": 24,
      "maximum": 24,
      "minimum": 1,
      "description": "Lookback window in hours (free tier max: 24)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →