I want to create a python script which trades on binance futures and i was wondering how i can set a leverage for a order. I search on google but didnt found anything abt it.
client.futures_create_order(symbol='VETUSDT', side='BUY', type='MARKET', quantity = 1000)