How can I know if there are any orders currently in?

We are developing a futures trading program using the Binance API with “C#”.

If you don’t know the order ID,

How can I know if there are any orders currently in?

https://binance-docs.github.io/apidocs/spot/en/#all-orders-user_data

You can use this endpoint to check all orders.