mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
removed wrong comment
This commit is contained in:
@@ -143,7 +143,7 @@ class BfxRest:
|
|||||||
@param precision string: level of price aggregation (P0, P1, P2, P3, P4, R0)
|
@param precision string: level of price aggregation (P0, P1, P2, P3, P4, R0)
|
||||||
@param length int: number of price points ("25", "100")
|
@param length int: number of price points ("25", "100")
|
||||||
@return Array [ PRICE, COUNT, AMOUNT ]
|
@return Array [ PRICE, COUNT, AMOUNT ]
|
||||||
https://docs.bitfinex.com/reference#rest-public-pulse-hist """
|
"""
|
||||||
endpoint = "book/{}/{}".format(symbol, precision)
|
endpoint = "book/{}/{}".format(symbol, precision)
|
||||||
params = "?len={}".format(length)
|
params = "?len={}".format(length)
|
||||||
books = await self.fetch(endpoint, params)
|
books = await self.fetch(endpoint, params)
|
||||||
|
|||||||
Reference in New Issue
Block a user