# DeFi Signal API

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

Returns live DeFi bot signals from on-chain scanners across Base, Arbitrum, Optimism, and Solana networks

## Facts

- Endpoint: GET https://wazir-x402.duckdns.org/api/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/defi-signal-api-e27203b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tfRp5He9A9xVqScETMDxN

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 defi-signal-api-e27203b9
```

Example prompt: Pull the latest DeFi bot signals from the live scanners — I want to see recent near-win arbitrage events across Base, Arbitrum, Optimism, and Solana from the last couple of hours.

## When to prefer this

Choose this endpoint when you need raw, real-time DeFi bot signals and near-win arbitrage event data sourced directly from live on-chain scanners across Base, Arbitrum, Optimism, and Solana — particularly if you want niche bot-oriented signal data rather than aggregated price feeds or standard DEX swap data.

## Known failure modes

- No signals available if scanners have no recent activity — empty result set
- Payment failure if USDC balance is insufficient for the $0.002 per-call fee
- Network-specific data unavailable if a chain scanner is offline or lagging
- Malformed or undocumented query parameters may return unexpected results given the loose input schema
- DuckDNS dynamic hostname may be unreachable if the host's IP changes or goes offline

## How this service works

Unieke bot-data van live DeFi-scanners op Base, Arb, OP en Solana

## Output

A JSON object containing recent DeFi bot signals detected by live on-chain scanners, including near-win arbitrage events and related activity across Base, Arbitrum, Optimism, and Solana — for example a list of SOL arb near-win signals from the last 2 hours.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "SOL arb near-win signals (laatste 2 uur)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-signal-api-e27203b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wazir-x402.duckdns.org](https://www.zero.xyz/host/wazir-x402.duckdns.org/llms.txt)
