Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 839 Bytes

copytrading_list.rst

File metadata and controls

30 lines (18 loc) · 839 Bytes

Copy Trading: List (copytrading_list)

Retrieves a list of active copiers and/or traders for Copy Trading

Auth Scope(s): admin

.. py:method:: copytrading_list(passthrough: Optional[Any] = None, req_id: Optional[int] = None) -> int

   :param passthrough: [Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.
   :type passthrough: Optional[Any]
   :param req_id: [Optional] Used to map request to response.
   :type req_id: Optional[int]
   :returns: req_id
   :rtype: int


Example

binary.api.copytrading_list()
.. seealso::
   * `Binary API Docs for copytrading_list <https://developers.binary.com/api/#copytrading_list>`_