Closed ader1990 closed 5 years ago
block pagination implemented: https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/55f2b2aecad9fa19fbbcb408c2309b280da465b3
address block pagination and transaction pagination implemented: https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/b31033dc5a2a7dca63b19b84f8d47d3167ce42fd https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/9b70b7b98aa3d5d9a7484f6456797da7a6bf53d1
Is your feature request related to a problem? Please describe. There is no pagination for blocks or transactions and older transactions cannot be accessed.
Describe the solution you'd like Implement pagination for blocks, max of 50 per page, minimum of 15. Implement pagination for transactions, max of 50 per page, minimum of 15.