mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
get_public_pulse_hist() -> end should be optional
This commit is contained in:
@@ -204,7 +204,7 @@ class BfxRest:
|
||||
status = await self.fetch(endpoint)
|
||||
return status
|
||||
|
||||
async def get_public_pulse_hist(self, end, limit=15):
|
||||
async def get_public_pulse_hist(self, end=None, limit=100):
|
||||
"""
|
||||
View the latest pulse messages. You can specify an end timestamp to view older messages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user