diff --git a/bfxapi/rest/bfx_rest.py b/bfxapi/rest/bfx_rest.py index 7281fe5..3121aa9 100644 --- a/bfxapi/rest/bfx_rest.py +++ b/bfxapi/rest/bfx_rest.py @@ -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.