Skip to content

Implement pagination for NFT listing #15

@rynoV

Description

@rynoV
  • Might be low priority, shouldn't be required until we start getting a lot of data and idk when that will be
  • Main blocker for end-to-end pagination is utxosAt query, which requires querying all utxos. Hopefully the api can be updated with a switch to a chain index instead of ogmios (see Speed up Utxo fetching #14)
  • Even with current utxosAt we could cache the utxos response and paginate the other queries (datums and metadata), however these are not very slow

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions