Cashout API
Controls cashout feed
Cashout Feed
Cashout Feed
Subscribe Endpoint
Cashout FeedAuthorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
betIdsstring[] · nullableRequired
Responses
200
OK
No content
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
/api/Cashout/subscribeNo content
Unsubscribe Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
betIdsstring[] · nullableRequired
Responses
200
OK
No content
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
/api/Cashout/unsubscribeNo content
Cashout Endpoint
Authorizations
HTTPRequired
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
betIdstring · nullableRequired
priceChangeinteger · enumRequiredPossible values:
1- None2- Any
Responses
200
OK
successbooleanRequired
reasonstring · nullableOptional
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
/api/CashoutLast updated