From 3bb6cb378e5d3fa510435a76d803b5ba12864871 Mon Sep 17 00:00:00 2001 From: Shane Fontaine Date: Fri, 28 Dec 2018 19:54:28 -0800 Subject: [PATCH] Remove `sort` from get_books endpoint --- ethfinex/public_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ethfinex/public_client.py b/ethfinex/public_client.py index 292300e..b3cb602 100644 --- a/ethfinex/public_client.py +++ b/ethfinex/public_client.py @@ -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: