Hello,
I am trying to create a wrapper in c# for connecting to both the "market data" and "orders" websockets. For this, the following information is needed from Fyers API:
> The format of GET / POST data to be sent while connecting, subscribing, unsubscribing and closing "market data" and "orders" websockets.
> The format of GET / POST data that will be received from "market data" and "orders" websockets.
Where can this information be found ?
Thanks !