Kucoin / kucoin-node-sdk

KuCoin API SDK for Node.js language.
Apache License 2.0
106 stars 53 forks source link

Add pagination to the account ledgers endpoint #28

Open egjiri opened 2 years ago

egjiri commented 2 years ago

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.