Rename get_order_book to fetch_l2_order_book (aligning to ccxt)
This commit is contained in:
@@ -998,7 +998,7 @@ class Exchange:
|
||||
raise OperationalException(e) from e
|
||||
|
||||
@retrier
|
||||
def get_order_book(self, pair: str, limit: int = 100) -> dict:
|
||||
def fetch_l2_order_book(self, pair: str, limit: int = 100) -> dict:
|
||||
"""
|
||||
get order book level 2 from exchange
|
||||
|
||||
|
||||
Reference in New Issue
Block a user