Basic queries
In this section, you'll make some simple and basic queries:
You can try this directly in our alphanet indexer's playground or our mainnet indexer's playground
Query owned NFTs on the nftEntities
To access the node information you want to display, you can look directly into the docs panel on the right side of the playground :
Query created NFTs on the nftEntities
Let's query the 10 first listed NFTs on the nftEntities
Query marketplaces on the marketplaceEntities
Query a specific NFT on the nftEntity
Query specific NFT history on the nftOperationEntities
Last updated