Skip to content

Commit a3e39c0

Browse files
committed
fix: price rates link
1 parent f2ec60f commit a3e39c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cryptomarket/websocket/market_data_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def subscribe_to_top_of_book_in_batches(callback:, speed:, symbols: ['*'], resul
258258
#
259259
# subscription is for all currencies or for the specified currencies
260260
#
261-
# https://api.exchange.cryptomkt.com/#subscribe-to-top-of-book-in-batches
261+
# https://api.exchange.cryptomkt.com/#subscribe-to-price-rates
262262
#
263263
# ==== Params
264264
# +Proc+ +callback+:: A +Proc+ that recieves notifications as a hash of top of orderbooks indexed by symbol, and the type of notification (only 'data')

0 commit comments

Comments
 (0)