ownedNftsByStore
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 tokens owned by ownerId
in a particular contractAddress
with pagination pagination: {limit:12, offset:0}
params.
ownedNftsByStore({ownerId: string, contractAddress:string, pagination: { limit:number, offset: number }, network?: "testnet" | "mainnet"})
This is an example of a data api method.
Example:
queryNftsByStore.ts
Last updated