FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-binance/docs/general.rst at develop · NeutralCode/python-binance · GitHub

Latest commit

 

History

History
41 lines (24 loc) · 1.11 KB

File metadata and controls

41 lines (24 loc) · 1.11 KB

General Endpoints

client.ping()
time_res = client.get_server_time()
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()

Back | FazBrowse Home | New Git URL