storeNfts
This is a work in progress, please reach out to us on Telegram for support.
For the most reliable data, reference our existing graphql docs.
Returns nfts by contractAddress
and filtering by showOnlyListed
with limit and offset.
storeNfts( {contractAddress: string, showOnlyListed?: boolean, { limit, offset }?: Pagination, network?: "testnet" | "mainnet"})
This is an example of a data api method.
Example:
querystoreNfts.ts
Last updated