API ReferenceAnalytics
Find Matching Markets
Authorization
api_key X-API-Key<token>
In: header
Path Parameters
category*string
Market category (e.g. sports)
league*|
Filter by league (e.g. NBA, MLB, NHL, ATP). Only applies to sports.
date*|
Filter by date (YYYY-MM-DD). Defaults to today (UTC).
Response Body
application/json
curl -X GET "https://loading/matching-markets/string"[
{
"category": "string",
"game_start_time": "string",
"id": "string",
"image": "string",
"league": "string",
"legs": [
{
"data": {},
"market_id": "string",
"orientation": {},
"outcome_id": "string",
"venue": "string"
}
],
"match_score": "string",
"method": "manual",
"title": "string"
}
]