I would like to retrieve future position histroy from the Binance API, just like it is on the dashboard.
I need this data to then later display on a spreadsheet.
Thank you.
I've tried to play with the client.futures_account_trades().
client.futures_position_information() retrieves only currently active position.