Get NFTs Owned by an Account
Retrieves the various ERC-20 Token balance by passing wallet address
GetAccountNfts
retrieves a list of NFTs owned by a specified account address. This query provides comprehensive details about each token, including its collection details, description, and unique identifiers. It is ideal for platforms that need to display the NFT portfolios of users or provide insights into the NFT market holdings.
Base URL: https://mevm-devnet.lync.world/subgraphs/name/mevm
Get All NFTs:
The graphQL query filters data based on wallet address and returns balance, contractAddress, Name, Symbol etc.
Get Token Data from Wallet Address:
The graphQL query filters data based on wallet address, contract address and returns balance, contractAddress, Name, Symbol etc.
Get Token Data from Wallet Address and Contract Address of token:
The graphQL query filters data based on wallet address and returns balance, contractAddress, Name, Symbol etc.
Last updated