ConsoleCatalog
Sign in
Polymarket logo

Polymarket

Prediction markets, events, prices, order books, and user positions.

Event Details

ASYNCREADNo auth

Returns full details for an event and all its associated markets.

ParametersFormJSON

Event ID or slug e.g. 903193 or presidential-election-winner-2024

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "pm_get_event",
    "params": {
      "event_id": "903193"
    }
  }'