Igor Kroitor
Igor Kroitor
The unification of methods for unsubscribing from a single subscription is in progress (not all exchanges allow that), at this point there's no way to do that without resetting the...
@wunderb1t we will post a custom example for Binance here, but it will be exchange-specific (for now).
> If it is possible to do "exchange-specific" for every exchange, it is fine. Unfortunately, it is not possible for every exchange, because some exchanges don't support unsubscribing at all....
@sc0Vu yes, in general, a limit order may be partially filled, check this section: https://docs.ccxt.com/en/latest/manual.html#how-orders-are-related-to-trades
@janstrw13 make sure the API key is correct and your key permissions are set properly (on the exchange website).
@ndubel we'll try to reach out to their tech, however, we don't have direct contacts with them, so it may take some time.
@samgermain have you checked on the website if they require whitelisting the IP address for API withdrawals ?
Related PR: https://github.com/ccxt/ccxt/pull/16227
Our current schema for unification: We have these kinds of orders: 1. Independent basic trigger `triggerPrice/stopPrice` orders that can open and close a position. Basic trigger orders of type 1:...
This PR requires switching to TICK_SIZE precision mode by default in the exchange base classes. But we have not switched to TICK_SIZE by default yet, so I will merge it...