Get Self-Exclusion (get_self_exclusion)

Allows users to exclude themselves from the website for certain periods of time, or to set limits on their trading activities. This facility is a regulatory requirement for certain Landing Companies.

Auth Scope(s): read

get_self_exclusion(passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.get_self_exclusion()