This PR adds support for pagination in the /api/v1/accounts/ledgers endpoint. I am currently using my fork on my project so I know that this works but ideally we should merge this in to the Kucoin repo and make a new npm release.
Note: You might also want to look into which other endpoints are missing pagination and make a similar change to those as well.
This PR adds support for pagination in the
/api/v1/accounts/ledgers
endpoint. I am currently using my fork on my project so I know that this works but ideally we should merge this in to the Kucoin repo and make a new npm release.Note: You might also want to look into which other endpoints are missing pagination and make a similar change to those as well.