# signals.edge.report DeFi Signal Bundle

> signals.edge.report DeFi Signal Bundle is a paid API for AI agents from signals.edge.report, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns a combined JSON payload of Hyperliquid funding extremes, Hyperliquid–Bitget funding spreads, DEX arbitrage edges, and recent Aave liquidation opportunities in a single call.

## Facts

- Endpoint: GET https://signals.edge.report/v1/signals
- Price: $0.002/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-defi-signal-bundle-a51e0b12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4uLLpxDYPM_PR1vxTPWsF

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-defi-signal-bundle-a51e0b12
```

Example prompt: Pull the full DeFi signal bundle right now — I want to see Hyperliquid funding extremes, the HL–Bitget spread, any DEX arb edges, and current Aave liquidation opportunities all in one shot.

## When to prefer this

Choose this endpoint when you need a broad, multi-signal DeFi market snapshot in a single API call rather than making separate requests for funding rates, spreads, arb edges, and liquidations. Ideal for trading bots, automated agents, or dashboards that need to act on multiple DeFi signal types simultaneously and want to minimize latency and API call overhead.

## Known failure modes

- Upstream data source unavailable — partial or empty bundle returned
- Rate limiting or payment failure due to missing or invalid x402 USDC payment
- Stale data if upstream venues are slow to respond
- Network timeout if aggregation takes too long
- Malformed JSON if one or more signal sources fails mid-aggregation

## How this service works

Full DeFi signal bundle: Hyperliquid funding extremes, HL–Bitget funding spreads, DEX arb edges, and recent Aave liquidation opportunities in one JSON payload.

## Output

A single JSON payload containing: Hyperliquid perpetual funding APR outliers with long/short collection sides; Hyperliquid vs Bitget funding rate differences with suggested trade legs; DEX arbitrage edge opportunities; and recent Aave liquidation opportunities — all bundled together in one response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "arb": [],
  "funding": [],
  "product": "edge-signals",
  "spreads": [],
  "summary": {
   "arbCount": 0,
   "spreadCount": 0,
   "fundingCount": 0,
   "liquidationCount": 0
  },
  "liquidations": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signals-edge-report-defi-signal-bundle-a51e0b12/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)
