You're viewing a demo portfolio

Join the waitlist
PRSM

funding-rates

Active

Tool of The Stall

declared in 4.82.0

Returns current perpetual funding rates for 200+ assets on Hyperliquid DEX, sorted by absolute funding magnitude. Includes 8-hour and annualized rates, open interest, mark price, and directional signal (longs-pay or shorts-pay). Use before entering a perpetual position to factor funding cost/income into strategy ROI, or to scan for high-rate short-bias opportunities in delta-neutral strategies.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Max results to return (default 25, max 100)."
    },
    "symbol": {
      "type": "string",
      "description": "Filter to a specific asset symbol (e.g. BTC, ETH, SOL). Case-insensitive. Omit for all assets."
    },
    "sort_by": {
      "type": "string",
      "description": "Sort order. 'abs_funding' (default) = highest absolute rate first. 'funding' = most positive first. 'open_interest' = largest OI first."
    },
    "direction": {
      "type": "string",
      "description": "Filter by funding direction. 'positive' = longs pay shorts (bullish funding). 'negative' = shorts pay longs (bearish funding). Default: 'all'."
    },
    "min_oi_usd": {
      "type": "number",
      "description": "Minimum open interest in USD to filter out illiquid markets (e.g. 500000 for $500K). Default: 0."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →