Fixed Exotics API
Used for fixed exotics bet placement
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
A model containing information needed for requesting fixed exotic market prices.
eventIdinteger · int64Optional
Event ID.
marketIdinteger · int64Optional
Market ID.
racingSelectionstring · nullableOptional
Racing selection.
correlationIdstring · nullableOptional
Correlation ID (optional).
Responses
200
Getting prices successfully
No content
400
Request arguments are not valid.
401
Unauthorized
403
Forbidden
404
Event or market are not found.
500
Unexpected error occurred.
post
/api/FixedExotics/priceNo content
Last updated