openware / peatio

Open-source crypto currency exchange software (https://openware.com)
https://www.openware.com
MIT License
1.04k stars 624 forks source link

No websockets for Balance, Deposit, Withdraw #2074

Closed martianatwork closed 1 year ago

ysv commented 5 years ago

@martianatwork nice point We will add this in 2.1

ianeinser commented 5 years ago

And also no markets, currencies and market depth.

martianatwork commented 5 years ago

@ysv Looks like we have private WebSocket for deposit_address but it is not documented. I will create a PR with the required changes. Currently im testing Account & Deposit WebSocket.

ianeinser commented 5 years ago

@ysv we suggest that you also add TRANSFER to complete the trio namely DEPOSIT, TRANSFER and WITHDRAW

martianatwork commented 5 years ago

@ianeinser Transfer as in?

ianeinser commented 5 years ago

@martianatwork as in #2023. I suggest that transfer function not be done through management api because the fund is still inside the system.. it is the withdraw which should be done through management api and preferrably with multi-sig

ianeinser commented 5 years ago

@ysv would it be possible to include buy/sell too for ranger to support, then we can do bidirectional websocket connection. Or buy/sell should be provided as RESTful only?

ianeinser commented 5 years ago

would like to get user activities and activities delivered through ranger..

martianatwork commented 5 years ago

@ianeinser I dont think that we need the transfers as WebSocket those are for management and not for user.

For user we just need Deposit, Withdraw, Account (balance, locker, payment address), Order, Trades, Tickers, K line should be enough.

ianeinser commented 5 years ago

@ianeinser I dont think that we need the transfers as WebSocket those are for management and not for user.

For user we just need Deposit, Withdraw, Account (balance, locker, payment address), Order, Trades, Tickers, K line should be enough. @martianatwork what about market depth? it is available in user api

martianatwork commented 5 years ago

@ysv Hey any plans to implement this?

TheHolyRoger commented 3 years ago

No news on this balance websocket feed?

mnaichuk commented 1 year ago

Implemented in Finex