Skip to content

Commit

Permalink
Renamed options_depth to options_order_book
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollie-Hooper committed Apr 8, 2021
1 parent d4cd321 commit c01820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5928,7 +5928,7 @@ def options_mark_price(self, **params):
"""
return self._request_options_api('get', 'mark', data=params)

def options_depth(self, **params):
def options_order_book(self, **params):
"""Depth information
https://binance-docs.github.io/apidocs/voptions/en/#depth-information
Expand Down

0 comments on commit c01820b

Please sign in to comment.