I can't find globalLongShortPositionRatio

There exists “long-short-ratio-positions” for top traders, but I can’t seem to find global “long-short-ratio-positions”, only accounts.

You want to look for OpenInterest

https://binance-docs.github.io/apidocs/futures/en/#open-interest

That’s open interest. I’m talking about the ratio of total long positions and total short positions.

Yes and they are not going to give you the ratio. You can calculate yourself if you have the trades data. If you don’t have then download it and track it there.

Here’s the link:

However, it’s not going to be %100 accurate.

binance-futures-connector-python/examples/cm_futures/market/top_long_short_position_ratio.py at main · binance/binance-futures-connector-python · GitHub, you are looking for this?