# DeFi Signal API – PoolTogether Draw Scan Data

> DeFi Signal API – PoolTogether Draw Scan Data is a paid API for AI agents from wazir-x402.duckdns.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Returns live DeFi scanner bot data for PoolTogether draw events across Base, Arbitrum, Optimism, and Solana chains

## Facts

- Endpoint: GET https://wazir-x402.duckdns.org/api/pt
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-signal-api-pooltogether-draw-scan-data-efbba629
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wA4QL76TeZy8RIh_zl9ok

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-pooltogether-draw-scan-data-efbba629
```

Example prompt: Can you pull the latest PoolTogether draw scan bot data from the DeFi Signal API for Base chain right now?

## When to prefer this

Choose this endpoint when you need real-time PoolTogether draw event data sourced from automated on-chain bot scanners across Base, Arbitrum, Optimism, and Solana. It is particularly useful for monitoring prize draw activity without running your own scanner infrastructure. At $0.001 USDC per call it is cost-effective for frequent polling.

## Known failure modes

- No chain-specific data available if the scanner bot is offline for that network
- Empty or stale response if no draw events are currently active
- Payment required error (402) if USDC micropayment is not attached
- Malformed response if the scanner backend is temporarily unavailable
- Generic JSON with limited fields if the draw scan has no current events to report

## How this service works

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

## Output

Returns a JSON object containing PoolTogether draw scan data sourced from live DeFi bot scanners operating across Base, Arbitrum, Optimism, and Solana networks, including current draw signals and scanner observations.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "PoolTogether draw scan data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-signal-api-pooltogether-draw-scan-data-efbba629/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)
