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
rpc
String
Remote procedural call URL.
chainId
String
chainSymbol
String
nftCollection*
String
NFT collection address.
address*
String
User's account address.
/getmetadata
Retrieves the metadata for the specified NFT.
GET
https://api.expand.network/nft/getmetadata
Query Parameters
rpc
String
Remote procedural call URL.
chainId
String
chainSymbol
String
nftCollection*
String
NFT collection address.
/getowner
Retrieves the owner for the specified NFT.
GET
https://api.expand.network/nft/getowner
Query Parameters
rpc
String
Remote procedural call URL.
chainId
String
chainSymbol
String
nftCollection*
String
NFT collection address.
Last updated