You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: