Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.48 KB

general.rst

File metadata and controls

57 lines (34 loc) · 1.48 KB

General Endpoints

client.ping()
time_res = client.get_server_time()
status = client.get_system_status()

Returns

{
    "status": 0,        # 0: normal,1:system maintenance
    "msg": "normal"     # normal or System maintenance.
}
info = client.get_exchange_info()

Get the exchange info for a particular symbol

info = client.get_symbol_info('BNBBTC')

This call is deprecated, use the above Exchange Info call

products = client.get_products()