Binance Strategy Futures Grid API

I didn’t find a way to get Real Time information of a Binance Strategy Futures Grid. I didn’t find a way to retrieve information about the Total Profit, Matched Profit and Unmatched PNL from Futures API.
Also, is possible to start or stop a strategy using the API?

Currently you can’t start or stop a strategy directly via the Futures API. In regards to retrieving the information about active Grids, there is a Websocket event titled GRID_UPDATE which is received whenever a grid order is filled/partially filled. It contains information such as Realised PnL, Unmatched Qty/avg price/fee and matched pnl. The documentation for the GRID_UPDATE event is here: Binance API Documentation