curl --request GET \
--url https://api-v2.polyrouter.io/list-games \
--header 'X-API-Key: <api-key>'{
"data": {
"games": [
{
"id": "KCvSF20250209@NFL",
"title": "Chiefs vs 49ers",
"teams": [
"Kansas City Chiefs",
"San Francisco 49ers"
],
"sport": "Football",
"league": "NFL",
"description": "Super Bowl LVIII",
"scheduled_at": "2025-02-09T23:30:00.000Z",
"status": "not_started",
"category": "sports",
"tags": [
"nfl",
"super-bowl",
"championship"
],
"metadata": {},
"image_url": "<string>"
}
],
"pagination": {
"total": 50,
"limit": 50,
"has_more": true,
"next_cursor": "eyJvZmZzZXQiOjUwfQ"
}
},
"meta": {
"platforms_queried": [
"polymarket",
"kalshi",
"prophetx"
],
"request_time": 250,
"data_freshness": "2025-01-01T00:00:00.000Z",
"platform_errors": {}
}
}Fetch upcoming and recent games from sports prediction markets
curl --request GET \
--url https://api-v2.polyrouter.io/list-games \
--header 'X-API-Key: <api-key>'{
"data": {
"games": [
{
"id": "KCvSF20250209@NFL",
"title": "Chiefs vs 49ers",
"teams": [
"Kansas City Chiefs",
"San Francisco 49ers"
],
"sport": "Football",
"league": "NFL",
"description": "Super Bowl LVIII",
"scheduled_at": "2025-02-09T23:30:00.000Z",
"status": "not_started",
"category": "sports",
"tags": [
"nfl",
"super-bowl",
"championship"
],
"metadata": {},
"image_url": "<string>"
}
],
"pagination": {
"total": 50,
"limit": 50,
"has_more": true,
"next_cursor": "eyJvZmZzZXQiOjUwfQ"
}
},
"meta": {
"platforms_queried": [
"polymarket",
"kalshi",
"prophetx"
],
"request_time": 250,
"data_freshness": "2025-01-01T00:00:00.000Z",
"platform_errors": {}
}
}