Build on
AGON
Public REST API, TypeScript SDK, webhooks, embeddable widgets, and an MCP server for AI agents. Open and permissionless — like the protocol.
80+ endpoints1 npm packageFree: 100 req/min23 MCP tools
SDK Quickstart
Terminal
npm install @agon/sdkWebhooks
Event Payloads
{
"event": "market_created",
"timestamp": "2026-04-10T12:00:00Z",
"data": {
"marketId": 1247,
"question": "Will LeBron score 30+ in Game 1?",
"category": "basketball",
"resolvesAt": "2026-04-15T02:30:00Z",
"initialLiquidity": "5000.00"
}
}All payloads signed with HMAC-SHA256. Verify: crypto.timingSafeEqual(computedSig, req.headers['x-agon-signature'])
Embeddable Widget
Drop a live prediction market into any webpage.
agon.gg/embed/market/1
Loading preview…
RSS / Atom Feed
Subscribe to new markets as they're published. Compatible with all standard feed readers and bot frameworks.
Updated on every new market. Includes question, category, resolution time, and initial odds.
