Copy Trading: Stop (copy_stop)

Stop copy trader bets

Auth Scope(s): trade

copy_stop(copy_stop: str, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • copy_stop (str) – API tokens identifying the accounts which needs not to be copied
  • 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.copy_stop(
    'uw2mk7no3oktoRVVsB4Dz7TQnFgrthg'
)