1. Get an API key
You manage API keys at radion.app/dashboard. Sign in and create your free key. Keys start withsk_. Move to a paid plan to drop the per-second rate limit and raise your monthly quota.
2. Check your key
Make sure your key works before you build:Response
3. Get an event
Read one Polymarket event by its id or URL slug. For example,will-bitcoin-close-above-100k:
Response
Reading the response
| Field | What it tells you |
|---|---|
id | The event id (numeric string) |
title | The event title |
slug | The event’s URL slug |
closed | Whether the event is closed |
startDate | When the event opened (Unix time, seconds) |
endDate | When the event ends (Unix time, seconds) |
markets | The markets inside the event, each with its outcomes |
4. List events by volume
Get the top events, ordered by trade volume. Uselimit to set the page size and cursor to page through.
events or markets, plus a nextCursor. Pass nextCursor back as the cursor query parameter to get the next page. See Pagination.
5. Search Polymarket
Search across events, themes, and profiles by text. Uselimit for the page size and page to move through results.
Next steps
Onchain Data
Learn how Radion reads Polymarket contract events.
API Reference
Full endpoint reference with schemas and examples.
Use Radion with AI
Connect Radion to Claude, Cursor, and other AI tools.
WebSockets
Stream trades and market events live.