Skip to content

Commit

Permalink
Add document for system status
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Feb 8, 2018
1 parent 728fe48 commit 23095a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ General Endpoints
time_res = client.get_server_time()
`Get system status <binance.html#binance.client.Client.get_system_status>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: python
status = client.get_system_status()
Returns

.. code-block:: python
{
"status": 0, # 0: normal,1:system maintenance
"msg": "normal" # normal or System maintenance.
}
`Get Exchange Info <binance.html#binance.client.Client.get_exchange_info>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 23095a7

Please sign in to comment.