Vai al contenuto
GET /v1/events

Biggest events with volume

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/polymarket-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/polymarket-api/v1/events" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/polymarket-api/v1/events", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/polymarket-api/v1/events");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/polymarket-api/v1/events",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "count": 25,
        "events": [
            {
                "id": "30615",
                "slug": "world-cup-winner",
                "title": "World Cup Winner ",
                "end_date": "2026-07-20T00:00:00Z",
                "volume_usd": 1877501548.55,
                "market_count": 60,
                "liquidity_usd": 368432174.42
            },
            {
                "id": "30829",
                "slug": "democratic-presidential-nominee-2028",
                "title": "Democratic Presidential Nominee 2028",
                "end_date": "2028-11-07T00:00:00Z",
                "volume_usd": 1191662480.1,
                "market_count": 128,
                "liquidity_usd": 66260142.01
            },
            {
                "id": "31875",
                "slug": "republican-presidential-nominee-2028",
                "title": "Republican Presidential Nominee 2028",
                "end_date": "2028-11-07T00:00:00Z",
                "volume_usd": 654912804.85,
                "market_count": 128,
                "liquidity_usd": 46034429.63
            },
            {
                "id": "31552",
                "slug": "presidential-election-winner-2028",
                "title": "Presidential Election Winner 2028",
                "end_date": "2028-11-07T00:00:00Z",
                "volume_usd": 623650873.28,
                "market_count": 128,
                "liquidity_usd": 35787468.22
            },
            {
                "id": "27830",
                "slug": "2026-nba-champion",
                "title": "2026 NBA Champion",
                "end_date": "2026-07-01T00:00:00Z",
                "volume_usd": 418416818.48,
                "market_count": 30,
                "liquidity_usd": 903065.63
            },
            {
                "id": "357807",
                "slug": "us-x-iran-permanent-peace-deal-by",
                "title": "US x Iran permanent peace deal by...?",
                "end_date": "2026-12-31T00:00:00Z",
                "volume_usd": 278762611.85,
                "market_count": 17,
                "liquidity_usd": 2118830.82
            },
            {
                "id": "100371",
                "slug": "2026-f1-drivers-champion",
                "title": "F1 Drivers' Champion",
                "end_date": "2026-12-06T00:00:00Z",
                "volume_usd": 170330051.2,
                "market_count": 32,
                "liquidity_usd": 12835480.43
            },
            {
                "id": "34051",
                "slug": "netanyahu-out-before-2027",
                "title": "Netanyahu out by...?",
                "end_date": "2026-12-31T00:00:00Z",
                "volume_usd": 122033526.87,
                "market_count": 5,
                "liquidity_usd": 123304.54
            },
            {
                "id": "45915",
                "slug": "brazil-presidential-election",
                "title": "Brazil Presidential Election
…