binance_account         Get current general Binance account
                        information, without balances
binance_all_orders      Fetch all orders from the Binance account
binance_avg_price       Get current average price for a symbol
binance_balances        Get current Binance balances in a nice table
binance_cancel_order    Cancel order on the Binance account
binance_coins           Get all currently valid coin names from Binance
binance_coins_prices    Get all currently valid coin names from Binance
                        along with the USDT prices
binance_credentials     Sets the API key and secret to interact with
                        the Binance API
binance_depth           Get orderbook depth data from Binance
binance_exchange_info   Get exchangeInfo from Binance
binance_filters         Get current filters for a symbol
binance_klines          Get kline/candlestick data from Binance
binance_mytrades        Get trades for a specific symbol on the Binance
                        account
binance_new_order       Open new order on the Binance account
binance_open_orders     Fetch open orders from the Binance account
binance_ping            Test connectivity to the Rest API
binance_query_order     Query order on the Binance account
binance_symbols         Get all currently valid symbol names from
                        Binance
binance_ticker_24hr     24 hour rolling window price change statistics
binance_ticker_all_books
                        Get latest Binance bids and asks on all symbol
                        pairs
binance_ticker_all_prices
                        Get latest Binance conversion rates and USD
                        prices on all symbol pairs
binance_ticker_book     Get last bids and asks for a symbol or all
                        symbols
binance_ticker_price    Get last price for a symbol or all symbols
binance_ticks           Get tick data from Binance
binance_time            Get the current server time from Binance
binance_trades          Get last trades from Binance
