Trades older than 3 months

/fapi/v1/allOrders returns last 3 months when orderId=0 is provided.

i would like to get full trade history i know i have to query in batches but its not even giving older than 3 months.

Show me endpoint say for example how can i get futures trades from 1st sept 2019

Hey,
You can get only the last three months via GET /fapi/v1/allOrders endpoint.
If you need older data for Futures, please download it on the website or use GET /fapi/v1/order/asyn and GET /fapi/v1/order/asyn/id to generate the download link (you will receive a .csv file).