Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Remove sort from get_books endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Dec 29, 2018
1 parent 6ebecfb commit 3bb6cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethfinex/public_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def get_books(self, pair, precision, len=None):
Args:
pair (str): Name of the pair
precision (str): Level of price aggregation(P0, P1, P2, P3, P4, R0)
sort (Optional[int]): if = 1 sorts results returned with old to new
len (Optional[int]): Number of price points ("25", "100")
Returns:
Expand Down

0 comments on commit 3bb6cb3

Please sign in to comment.