# signals.edge.report Funding Spread Scanner

> signals.edge.report Funding Spread Scanner 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 cross-venue perpetual funding rate spreads between Hyperliquid and Bitget, with suggested arbitrage legs for each instrument.

## Facts

- Endpoint: GET https://signals.edge.report/v1/signals/spreads
- 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-funding-spread-scanner-d1c151b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AdFag33WrjU9Xqc5cfvBs

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-funding-spread-scanner-d1c151b3
```

Example prompt: Pull the latest funding rate spreads between Hyperliquid and Bitget and tell me which perpetual contracts have the biggest difference right now, along with the suggested long and short legs for each.

## When to prefer this

Choose this endpoint when you specifically need cross-venue funding spread data between Hyperliquid and Bitget with pre-computed arbitrage leg suggestions. Prefer this over general funding rate endpoints when you want actionable arb signals rather than raw funding data. For broader DeFi signal bundles (including DEX arb and funding extremes), consider the full signal bundle endpoint on the same provider.

## Known failure modes

- Upstream exchange API unavailable — stale or missing data for one or both venues
- Empty result if no meaningful spreads exist at query time
- Rate limit or payment failure if x402 USDC payment is not processed correctly
- Network timeout if Hyperliquid or Bitget data feed is slow

## How this service works

Cross-venue funding spreads: Hyperliquid vs Bitget funding rate differences and suggested legs. Use for funding-spread arbitrage scans.

## Output

A list of perpetual instruments showing the current funding rate on Hyperliquid, the current funding rate on Bitget, the spread between them (likely as APR or basis points), and the suggested trade legs (which exchange to go long, which to go short) to capture the spread differential.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signals-edge-report-funding-spread-scanner-d1c151b3/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)
