I am new to the binance futures api. I’m writing some code in C++ to interface with the api. I’ve read their documentation, and have been able to figure out how to query my positions and commission rates via their REST api, and how to listen to a stream of innovations to the best bid and ask. But for the life of me, I can’t figure out from the documentation how to connect and send trades and cancels and get back fills and outs. Can anyone point me in the right direction?
It seems to me the most likely protocol for this would be a websocket with messaging in both directions, but maybe not, because I can’t find any such thing in the documentation.
FYI, I don’t write Python or Java, so the SDKs provided don’t help me much.