Can the API team add a position side indicator to aggTrades on fapi.binance.com

There doesn’t appear to be a position side API value on the aggregated trades endpoint.

Can I request the Binance Futures API team to add a position side indicator (buy/sell) to the aggTrades endpoint on fapi.binance.com.

Thank you

Aggregate trade is public data. One trade involves 2 accounts, one is to short, and the order’s position side is long. It only make sense for user’s trade information, which already includes the position side.

Dino, this does not seem correct. The trades on the Binance futures trade screen shows a list of trades as they occur and the buys are highlighted in green and the sells are highlighted in red. I have done some high frequency comparisons on this visual data against the aggTrades q (quantity) value and they are equivalent. So, the underlying data must have a buy/sell indicator attached to the trade quantity. Please can I request this value added to the aggTrades API endpoint.

OK, the UI is displaying data from public stream as well:

<symbol>@aggTrade

You are able to distinguish the buy and sell from the field m:

m: true -> red
m: false -> blue