mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
limit = 100 as default would be better, but there is an issue with large response ( failed with status 500 - ["error",10001,"ERR_REQUEST_GENERIC: ESOCKETTIMEDOUT"] )
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=None, limit=100):
|
||||
async def get_public_pulse_hist(self, end=None, limit=25):
|
||||
"""
|
||||
View the latest pulse messages. You can specify an end timestamp to view older messages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user