Bitrue-exchange / Spot-official-api-docs

Official Spot API Documentation
42 stars 27 forks source link

Trade History #34

Open shortthefomo opened 2 years ago

shortthefomo commented 2 years ago

https://github.com/Bitrue-exchange/Spot-official-api-docs/issues/5

looking for data stream of trade history like all other exchanges provide there is none provided.

shortthefomo commented 1 year ago

while websockets seem to have progressed here there still is no way to listen to trade data, when trades are executed. would be the equivalent to REST /api/v1/trades with real time data

would have a connection string something like

{ 'event': 'sub', 'params': { 'cb_id': 'btcusdt', 'channel' : 'market_btcusdt_trades'}, 'id': 1 }

shortthefomo commented 1 year ago

any news on when trade history will be added to the websockets?

Yoruichi commented 1 year ago

will use it in July

shortthefomo commented 1 year ago

ping July 1, any update

kombos commented 1 year ago

any updates on this ? are they user data available via websocket with authentication ?

shortthefomo commented 1 year ago

this issue was opened for a public websocket.