-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello all,
I am not sure if this is the right place to ask this question but i will try anyway. When i do a (websocket) request to get trades (https://docs.bitvavo.com/#tag/Market-Data/paths/~1{market}~1trades/get) there is no way to see in the response what market is returned. My issue is that if i make 3 (websocket) requests for 3 different markets, which are async requests, There is no way to map the responses to the right market. The only way that i see is to try and queue my requests synchronously and wait for the responses one by one to make sure i get the right response to match to a certain market. Is it maybe possible that the requested market name can also be included in the response? That would make life a lot easier :)
Thank you for your time,
Prefix