Fixed Exotics API

Used for fixed exotics bet placement

Fixed Exotics API can be used to get odds for fixed exotics bet.

Get fixed exotics prices by specified racing selection, event and market IDs

post
Authorizations
HTTPRequired

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body
all ofOptional

A model containing information needed for requesting fixed exotic market prices.

Responses
200

Getting prices successfully

No content

post
/api/FixedExotics/price
POST /api/FixedExotics/price HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 74

{
  "eventId": 1,
  "marketId": 1,
  "racingSelection": "text",
  "correlationId": "text"
}

No content

Last updated