Add cursor-based pagination on `/blocks` endpoint
Closed this issue · 0 comments
smcclellan commented
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.