26 signed endpoints across Polymarket & Kalshi — whale flow, smart-money edge, wallet track-records, and cryptographically signed outcome-vs-claim attestations. No account. No API key. Pay $0.005–$0.10 in USDC over x402 and get JSON back.
// npm i x402-fetch viem
import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";
const pay = wrapFetchWithPayment(
fetch, privateKeyToAccount(process.env.PRIVATE_KEY));
// $0.03 -> live smart-money consensus
const r = await pay(
"https://api.predge.io/v1/signals/consensus");
console.log(await r.json());Auto-discoverable. The full catalog is machine-readable — any x402 agent finds it without this page.
→ Discovery: data.predge.io/.well-known/x402
→ OpenAPI: /openapi.json
→ Indexed on x402scan & the Bazaar registry
→ MCP: @predge/whale-data-mcp for Claude / Cursor
Every endpoint answers a 402 with an exact-scheme USDC challenge on Base or Solana. Pay it and the same request returns your JSON.