I’ve checked on the current API but there is no way to get it. But If Binance has already developed another API same action as https://www.binance.com/gateway-api/v1/private/streamer/trade/get-user-trade-detail, I think this private API should be public to get the fee data easier. I really need this API because I am trying to swap a few pair assets not in BSwap pairs, thanks so much.
Thanks so much for your response. Can I query the list of trade id from an order id? Cuz if a spot trade is partially filled, it may hard to tracking these trade ids belong to which order id. The API Account Trade List (USER_DATA) GET /api/v3/myTrades (HMAC SHA256) does not allow to filter by specific order id, it has a large of responses and cost too expensive (5), I think if allowing filter by order id there, the cost may decrease to 1.