# DeFi Signal API – Live Bot Earnings

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

Returns live bot-earnings data from DeFi scanners running on Base, Arbitrum, Optimism, and Solana networks

## Facts

- Endpoint: GET https://wazir-x402.duckdns.org/api/earnings
- Price: $0.003/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-live-bot-earnings-250327a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H9-mJyq4ROUPhjKGwtBFZ

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-live-bot-earnings-250327a1
```

Example prompt: Show me the live bot earnings from the DeFi scanners running on Base and Arbitrum right now — I want to see how much each channel is pulling in.

## When to prefer this

Use this endpoint when you need real-time bot-earnings data specifically from DeFi scanners operating on Base, Arbitrum, Optimism, and Solana. It is suited for monitoring multi-chain bot profitability per channel. Avoid if you need audited or verified financial data, detailed historical records, or structured schemas with guaranteed field consistency.

## Known failure modes

- Endpoint may return stale or empty data if scanners are offline
- Loose/undocumented response schema may cause parsing failures
- DuckDNS dynamic domain may experience DNS resolution failures or downtime
- Payment of $0.003 USDC required per call — missing or failed x402 payment returns 402
- No input schema enforcement may lead to silent parameter mismatches

## How this service works

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

## Output

A JSON object containing live bot-earnings data per channel, sourced from DeFi scanners active on Base, Arbitrum, Optimism, and Solana networks. The response includes a 'note' field and earnings figures per channel, though the exact schema is loosely defined.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "Live bot-earnings per kanaal"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-signal-api-live-bot-earnings-250327a1/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)
