Hi, I see there is an endpoint to get recent trades: GET /api/v3/trades. Is there any way to match trades to an account? For example, I would like to know that trade 1 and trade 2 have been done from the same account. Of course this wouldn’t reveal the account identity, it would just let me know which trades have been done with the same account. This is a feature that would help me develop a trading algorithm.
Thanks