cURL
curl --request GET \ --url https://api.arbiterapi.com/v1/events/{slug} \ --header 'X-API-Key: <api-key>'
{ "slug": "<string>", "title": "<string>", "status": "<string>", "markets": [ { "id": "<string>", "slug": "<string>", "question": "<string>", "status": "open", "outcomes": [ { "label": "<string>", "price": 123, "price_cents": 123 } ], "platforms": [ { "platform": "polymarket", "native_id": "<string>", "url": "<string>", "best_bid": 123, "best_ask": 123, "volume_24h": 123 } ], "description": "<string>", "volume_24h": 0, "volume_total": 123, "open_interest": 123, "created_at": 123, "close_time": 123, "tags": [], "category": "<string>", "event_slug": "<string>" } ], "market_count": 123, "total_volume_24h": 123, "platforms": [ "<string>" ], "total_volume": 123, "category": "<string>", "tags": [] }
Get a single event by slug with all its child markets.
Successful Response
Show child attributes