Which streams and endpoints are available on Testnet?

I am implementing a Cpp trading library, and I am currently prototyping the different HTTP REST endpoints and Websocket streams.

Yet, some of the endpoints that are working on the production url (api.binance.com) are responding with 404 on the test network (testnet.binance.vision).

  • Is that the expected behaviour?
  • If so, is there a list of which endpoints and streams are available on the test network, and which are not?

sapi/wapi is not supported in the spot test network, if that’s the case.