Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Loading NFTs in bulk with JSON files #543

@sbermingham93

Description

@sbermingham93

Hello, and firstly thank you for a great library!

We are aiming to load NFTs in bulk including the JSON files.

The current implementation is as follows;

  1. use metaplex.nfts().findAllByMintList({
    mints: [p1, p2,....]
    })
  2. For each meta returned call the metaplex.nfts().load({metadata}).

I'm hoping there is a better option as it requires many requests.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions