B

bridge-exploits · Bridge Exploits

by bridge-exploits

GETBase

$0.01

per call · USD Coin on Base

Bridge exploit track record: for one bridge, its hack history (incidents, total USD lost, funds returned, worst technique); with no bridge, a ranked leaderboard of every bridge hack by USD lost. Sourced from DefiLlama's hack dataset, joined and normalized by us.

Endpoint

GET https://api.agentstools.dev/bridge/exploits

3

Calls / 30d

2

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.agentstools.dev/bridge/exploits", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.agentstools.dev/bridge/exploits?bridge=wormhole" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "bridge": "Wormhole / Portal",
  "history": [
    {
      "amount_usd": 326000000,
      "date": 1644883200,
      "name": "Wormhole"
    }
  ],
  "incidents": 1,
  "total_lost_usd": 326000000,
  "total_returned_usd": 326000000,
  "ts": 1752000000,
  "worst_technique": "Signature verification bug"
}

Payment details

Pay to0xf22e558a00d91ee12a1f50c52186fecb8ddff493
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from bridge-exploits & similar services