Skip to main content
GET
/
list-awards
List awards
curl --request GET \
  --url https://api-v2.polyrouter.io/list-awards \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "awards": [
      {
        "id": "nfl_mvp_2024",
        "award_name": "NFL MVP",
        "league": "nfl",
        "season": 2024,
        "award_type": "mvp",
        "platform_markets": {
          "polymarket": {
            "market_id": "<string>",
            "clob_token_ids": [
              "<string>"
            ]
          },
          "kalshi": {
            "event_ticker": "<string>"
          },
          "prophetx": {
            "tournament_id": "<string>"
          },
          "novig": {
            "market_slug": "<string>"
          },
          "sxbet": {
            "league_id": 123
          }
        },
        "metadata": {
          "deadline": "<string>",
          "description": "<string>",
          "eligibility": "<string>"
        }
      }
    ]
  },
  "meta": {
    "platforms_queried": [
      "polymarket",
      "kalshi",
      "prophetx"
    ],
    "request_time": 250,
    "data_freshness": "2025-01-01T00:00:00.000Z",
    "platform_errors": {}
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

league
enum<string>
required

League to query (required)

Available options:
nfl,
nba,
nhl,
mlb
award_type
string

Filter by award type (mvp, dpoy, opoy, etc.)

Example:

"mvp"

platform
enum<string>

Filter by platform

Available options:
polymarket,
kalshi,
prophetx,
novig,
sxbet

Response

List of awards

data
object
required
meta
object
required