StatsHub Docs
APIEndpoint referenceBetting

/v2/fixtures/{fixtureId}/odds-movements

List fixture price movements

GET
/api/v2/fixtures/{fixtureId}/odds-movements

List fixture price movements

Path Parameters

fixtureId*string

Opaque resource ID

Match^[1-9][0-9]*$

Query Parameters

limit?integer

Maximum resources to return; defaults to 25

Range1 <= value <= 100
Default25
after?string

Opaque cursor for the next page

before?string

Opaque cursor for the previous page

bookmakerId?string

Filter by bookmaker

Match^[1-9][0-9]*$
market?string

Filter by market

Lengthlength <= 100
period?string

Filter by period

Lengthlength <= 100

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/fixtures/string/odds-movements"
{  "data": [    {      "bookmaker": {        "id": "string",        "name": "string",        "slug": "string"      },      "current": "string",      "id": "string",      "line": "string",      "market": "string",      "period": "string",      "player": "string",      "previous": "string",      "recordedAt": "2019-08-24T14:15:22Z",      "selection": "string"    }  ],  "links": {    "next": "string",    "previous": "string",    "self": "string"  },  "page": {    "hasNext": true,    "hasPrevious": true,    "limit": 0,    "nextCursor": "string",    "previousCursor": "string"  }}