ftx-api-wrapper-python3
ftx-api-wrapper-python3 copied to clipboard
include pagination
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.
Here's some sample code from from FTX themselves:
https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/rest/client.py#L163
Here's some sample code from from FTX themselves:
https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/rest/client.py#L163
Thanks for this info