Betting Markets API
Endpoints for betting markets operations.
Endpoints
GET /api/markets
Get Betting Markets
Get betting markets generated from real league opportunity data
This endpoint transforms our real league intelligence and opportunities into betting market format for the frontend dashboard.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
sort | query | string | No | Sort by: volume, activity, ending_soon |
limit | query | integer | No | Number of markets to return |
category | query | string | No | Filter by category |
sport | query | string | No | Filter by sport |
league | query | string | No | Filter by league |
Responses
200: Successful Response
422: Validation Error
Examples
curl -X GET "https://api.altsportsdata.com/api/markets" \
-H "Content-Type: application/json"GET /api/markets/live
Get Live Market Updates
Get live market updates and price changes
Responses
200: Successful Response
Examples
curl -X GET "https://api.altsportsdata.com/api/markets/live" \
-H "Content-Type: application/json"