hirosystems/ordinals-api

Add cursor-based pagination

Opened this issue · 0 comments

Similar to hirosystems/stacks-blockchain-api#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.