# Whaletape x402 Endpoint Settlement Summary

> Whaletape x402 Endpoint Settlement Summary is a paid API for AI agents from whaletape.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns counts of x402 endpoints that actually settled (charged) during the latest measurement cycle, distinguishing real paying endpoints from mere catalog listings

## Facts

- Endpoint: GET https://whaletape.xyz/index/summary
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whaletape-x402-endpoint-settlement-summary-39f00612
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w1FzpoY_b1LnLWD2CyMZP

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 whaletape-x402-endpoint-settlement-summary-39f00612
```

Example prompt: Pull the latest x402 settlement summary from Whaletape so I can see how many endpoints actually charged versus how many just appear in catalogs.

## When to prefer this

Use this endpoint when you need to know which x402 endpoints actually processed payments (settled) versus which ones are merely listed in discovery catalogs. It is the authoritative source for real settlement activity on the Whaletape platform, useful for ecosystem audits, fraud detection, or tracking adoption of x402 payment rails.

## Known failure modes

- Measurement cycle data not yet available — endpoint may return empty or stale counts
- Network timeout if the aggregation query is slow
- Payment failure (x402 $0.01 USDC) if wallet is not funded
- Returned counts reflect only the most recent cycle and may not represent historical trends

## How this service works

Live whale positioning, OI/funding signals and AI market briefs from Hyperliquid. Pay per request (x402) or unlock the Pro dashboard for 60 minutes.

## Output

A summary object containing counts from the latest measurement cycle showing how many x402 endpoints actually settled (processed a real paid request), distinguishing active charging endpoints from those that merely appear in catalogs or directories.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "states": {
   "402_recusado": 6,
   "nao_avaliavel": 7,
   "200_com_liquidacao": 20,
   "200_sem_liquidacao": 1
  },
  "excludes": [
   "whaletape.xyz"
  ],
  "measured": true,
  "opted_out": [],
  "measured_at": "2026-09-03T19:26:47.680409+00:00",
  "measured_networks": [
   "algorand-mainnet",
   "base"
  ],
  "merchants_measured": 9
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whaletape-x402-endpoint-settlement-summary-39f00612/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whaletape.xyz](https://www.zero.xyz/host/whaletape.xyz/llms.txt)
