from binance.client import Client client = Client("api_key###", "api_secret###") order = client.order_market_buy( symbol='BTCUSDT', quantity=1)