Fixed Exotics API
Used for fixed exotics bet placement
Fixed Exotics API can be used to get odds for fixed exotics bet.
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
400
Request arguments are not valid.
401
Unauthorized
403
Forbidden
404
Event or market are not found.
429
Too many requests
500
Unexpected error occurred.
post
/api/FixedExotics/pricePOST /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