get historical trades from websocket

hi everybody,

is it possible to get all my historical trades via the websocket connection ? Or is the only way to achieve this doing a lot of API calls ?

You can’t with websocket. Need to continue querying with the REST api endpoint available in the API doc.

I already was afraid of that … thanks !