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
Name | Type | Description |
---|---|---|
rpc | String | Remote procedural call URL. |
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
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
Name | Type | Description |
---|---|---|
rpc | String | Remote procedural call URL. |
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
nftCollection* | String | NFT collection address. |
/getowner
Retrieves the owner for the specified NFT.
GET
https://api.expand.network/nft/getowner
Query Parameters
Name | Type | Description |
---|---|---|
rpc | String | Remote procedural call URL. |
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
nftCollection* | String | NFT collection address. |
Last updated