We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728fe48 commit 23095a7Copy full SHA for 23095a7
1 file changed
docs/general.rst
@@ -15,6 +15,22 @@ General Endpoints
15
16
time_res = client.get_server_time()
17
18
+`Get system status <binance.html#binance.client.Client.get_system_status>`_
19
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
+
21
+.. code:: python
22
23
+ status = client.get_system_status()
24
25
+Returns
26
27
+.. code-block:: python
28
29
+ {
30
+ "status": 0, # 0: normal,1:system maintenance
31
+ "msg": "normal" # normal or System maintenance.
32
+ }
33
34
`Get Exchange Info <binance.html#binance.client.Client.get_exchange_info>`_
35
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
0 commit comments