ftx-api-wrapper-python3 icon indicating copy to clipboard operation
ftx-api-wrapper-python3 copied to clipboard

include pagination

Open zevaverbach opened this issue 4 years ago • 2 comments

It seems like the default quantity per page is 100 with FTX's API -- might be good to be able to optionally get more than that.

zevaverbach avatar May 11 '21 10:05 zevaverbach

Here's some sample code from from FTX themselves:

https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/rest/client.py#L163

zevaverbach avatar May 11 '21 11:05 zevaverbach

Here's some sample code from from FTX themselves:

https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/rest/client.py#L163

Thanks for this info

LeeChunHao2000 avatar May 11 '21 11:05 LeeChunHao2000