hirosystems/stacks-blockchain-api

Add cursor-based pagination on `/blocks` endpoint

Closed this issue · 0 comments

To improve the speed of requests to the /blocks endpoint, we can use cursor-based pagination using height as the cursor. This will take the place of offset in the endpoint currently.