Skip to main content
GET
/
midpoints
Get live midpoints for multiple markets
curl --request GET \
  --url https://api.agg.market/midpoints \
  --header 'x-app-id: <api-key>'
{
  "data": [
    {
      "venueMarketId": "<string>",
      "venue": "<string>",
      "midpoint": 123,
      "spread": 123,
      "timestamp": 123,
      "outcomes": [
        {
          "venueMarketOutcomeId": "<string>",
          "label": "<string>",
          "midpoint": 123
        }
      ],
      "matched": [
        {
          "venueMarketId": "<string>",
          "venue": "<string>",
          "midpoint": 123
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.agg.market/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Query Parameters

venueMarketIds
required

Response

200

data
object[]
required