# signals.edge.report Hyperliquid Funding Rate Extremes

> signals.edge.report Hyperliquid Funding Rate Extremes is a paid API for AI agents from signals.edge.report, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns live perpetual funding APR outliers on Hyperliquid, identifying which side (long or short) is paying and collecting the highest funding rates.

## Facts

- Endpoint: GET https://signals.edge.report/v1/signals/funding
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signals-edge-report-hyperliquid-funding-rate-extremes-258bbd24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ul1-U_Uk5CuPFjlt6XS22

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability signals-edge-report-hyperliquid-funding-rate-extremes-258bbd24
```

Example prompt: What are the most extreme funding rates on Hyperliquid right now, and which side — longs or shorts — is collecting?

## When to prefer this

Choose this endpoint when you specifically need live Hyperliquid perpetual funding rate data ranked by extremes for carry trade or funding arbitrage signals. Prefer it over the full DeFi bundle if you only need funding outliers and want lower cost and lower latency. For cross-venue funding spreads between Hyperliquid and Bitget, use the sibling cross-venue endpoint instead.

## Known failure modes

- Hyperliquid API unavailable or rate-limited — returns error or empty data
- No extreme outliers detected at call time — returns flat or empty list
- Payment of $0.001 USDC not processed — request rejected with 402 status
- Stale data if Hyperliquid feed is delayed — funding rates may lag real-time

## How this service works

Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate and carry trade signals.

## Output

A list of perpetual symbols on Hyperliquid with their live funding APR values, ranked or filtered as outliers, along with which side (long or short) is currently paying and which is collecting funding.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "funding": [],
  "product": "edge-signals-funding",
  "summary": {
   "count": 0,
   "bestAbsAprPct": null
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signals-edge-report-hyperliquid-funding-rate-extremes-258bbd24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signals.edge.report](https://www.zero.xyz/host/signals.edge.report/llms.txt)
