# HTTPay Rekt Leaderboard

> HTTPay Rekt Leaderboard is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns a hall-of-fame leaderboard of the biggest crypto disasters and losses in DeFi/crypto history

## Facts

- Endpoint: POST https://httpay.xyz/api/rekt-leaderboard
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-rekt-leaderboard-0cd7cc89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M3rPPyUv_WNj2x-JqxNgq

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 httpay-rekt-leaderboard-0cd7cc89 -d '<json body>'
```

Example prompt: Show me the all-time hall of fame for the biggest crypto disasters — I want to see which protocols and projects lost the most money to hacks, exploits, or collapses, ranked by damage.

## When to prefer this

Use this endpoint when you need a pre-curated, ranked list of historical crypto disasters and losses without building your own dataset. Ideal for DeFi research, risk education, or entertainment contexts. Prefer over manual web scraping when you need structured data and are comfortable paying $0.003 USDC per call with no API key setup.

## Known failure modes

- Payment not fulfilled: 402 response if x402 USDC payment on Base is missing or invalid
- Network error: upstream data source unavailable
- Empty dataset: leaderboard data not yet populated

## How this service works

Hall of fame for biggest crypto disasters

## Output

A JSON response containing a ranked leaderboard of notable crypto disasters, including affected protocols or projects, amounts lost, and incident descriptions — essentially a 'hall of fame' for the worst losses in crypto history.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Hall of fame for biggest crypto disasters"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-rekt-leaderboard-0cd7cc89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
