How to export my futures trades using API and copy those trades on another binance account

Hi guys, I’m trading futures and I would like to execute same trades on my friends futures account with different sum of money. How can I export my trades and immediately pass them to my friends account such that exactly same trades can be made there with the minimum time delay.

We have limits on helping you design a trading strategy. However, with Binance existing API, you are able to:

  • Receive the account/order notification via Websocket stream when it’s available.
  • Place orders via restful endpoints.