Can Simple Binary Encoding (SBE) be also used for encoding request body (i.e Add Order)?

It isn’t immediately clear from the SBE FAQ | Binance Open Platform if the SBE encoding can also be used for request bodies? I’m already successfully decoding SBE responses based on the binance rust example but it also only does decoding.

Note that I’m using WebSocket API where requests are sent in JSON.

Unfortunately, using SBE for requests is not supported at the moment.

Thank you for a feature suggestion though.

1 Like