APEX Runner Hyperliquid Funding Rate Signal is a paid API for AI agents from apexrunner.ai, paid per call via x402, $0.105/call, status unknown (last checked 2026-09-15).
Returns the current 8-hour and annualized funding rate for a given crypto trading pair on Hyperliquid, with a plain-English sentiment label and long/short confirmation flags.
APEX Runner: Funding Rate Hl Signal
A JSON object containing the trading pair, 8-hour funding rate as a float, annualized funding rate percentage, a sentiment label (EXTREMELY_BULLISH, BULLISH, NEUTRAL, or SLIGHTLY_BEARISH), a plain-English interpretation string, boolean flags for whether funding confirms a long or short position, the data source (hl_cache or coinglass_fallback), and a cache timestamp.
GEThttps://apexrunner.ai/signals/funding-rate-hlUse this endpoint when you need a quick, interpreted funding rate signal for a specific Hyperliquid perpetual pair with built-in sentiment labeling and long/short confirmation flags, rather than raw exchange API data. Ideal for AI trading agents that need a pre-analyzed, human-readable signal rather than raw rate numbers. Prefer over manual Hyperliquid API calls when you want sentiment labels and annualized rate calculations already done.
{
"method": "GET"
}| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"pair": "BTC",
"source": "coinglass_fallback",
"cached_at": "2026-06-18T06:45:26.656576+00:00",
"funding_label": "NEUTRAL",
"interpretation": "Funding +0.0%/yr — neutral",
"funding_rate_8h": 0,
"funding_confirms_long": false,
"funding_annualized_pct": 0,
"funding_confirms_short": false
}{
"pair": "string — trading pair",
"type": "json",
"source": "string — hl_cache or coinglass_fallback",
"example": {
"pair": "BTC",
"source": "hl_cache",
"cached_at": "2026-06-11T12:00:00+00:00",
"funding_label": "NEUTRAL",
"interpretation": "Funding +3.5%/yr — neutral",
"funding_rate_8h": 0.0032,
"funding_confirms_long": false,
"funding_annualized_pct": 3.5,
"funding_confirms_short": false
},
"cached_at": "ISO8601 timestamp",
"funding_label": "string — EXTREMELY_BULLISH / BULLISH / NEUTRAL / SLIGHTLY_BEARISH",
"interpretation": "string — plain-English summary",
"funding_rate_8h": "float — 8-hour funding rate",
"funding_confirms_long": "bool — negative funding favors longs",
"funding_annualized_pct": "float — annualized rate %",
"funding_confirms_short": "bool — high positive funding favors shorts"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"