Metaplex
NFTs for Solana
/getbalance
Retrieves the number of NFTs held in the owner's account.
GET https://api.expand.network/nft/getbalance
Query Parameters
https://api.expand.network/nft/getbalance?nftCollection=4N9UeWZ3QVS4aK7R25CRRWYmJ8wnwUDRPYV6ScJetuME&chainId=900&address=8RNA1UbU2jA6aXsrcQLY3VxNBkyMUVmanWYFVmCwPYkB{
"status": 200,
"msg": "success",
"data": {
"balance": 1
}
}/getmetadata
Retrieves the metadata for the specified NFT.
GET https://api.expand.network/nft/getmetadata
Query Parameters
/getowner
Retrieves the owner for the specified NFT.
GET https://api.expand.network/nft/getowner
Query Parameters
Last updated

