ordhook
ordhook copied to clipboard
Add cursor-based pagination
Similar to https://github.com/hirosystems/stacks-blockchain-api/issues/2043, the Ordinals API would benefit from faster retrieval from its list endpoints. These are areas to add cursor-based pagination to help with that:
- [ ] Ordinals: /inscriptions
- [ ] BRC-20: /brc-20/tokens
- [ ] Runes: /runes/v1/etchings
Open questions
- What is the right cursor to use for these?
@rafaelcr to add/adjust this list.