We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef614fe commit bb09ef9Copy full SHA for bb09ef9
src/main/java/com/cryptomarket/sdk/websocket/CryptomarketWSMarketDataClient.java
@@ -105,7 +105,7 @@ public void subscribeToCandles(
105
* of "best" bid price and "best" ask price in the order book. If there is no
106
* "best" bid or ask price, the last price is returned.
107
* <p>
108
- * https://api.exchange.cryptomkt.com/#subscribe-to-candles
+ * https://api.exchange.cryptomkt.com/#subscribe-to-converted-candles
109
*
110
* @param notificationBiConsumer recieves a feed of candles as a map of them,
111
* indexed by symbol id, and the
0 commit comments