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

NameTypeDescription

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.

https://api.expand.network/nft/getbalance?nftCollection=4N9UeWZ3QVS4aK7R25CRRWYmJ8wnwUDRPYV6ScJetuME&chainId=900&address=8RNA1UbU2jA6aXsrcQLY3VxNBkyMUVmanWYFVmCwPYkB

/getmetadata

Retrieves the metadata for the specified NFT.

GET https://api.expand.network/nft/getmetadata

Query Parameters

NameTypeDescription

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.

https://api.expand.network/nft/getmetadata?chainId=900&nftCollection=8fGYVuiq5REaVwWTwatPvk342dm4xSY9ok2dE5rYEU5f

/getowner

Retrieves the owner for the specified NFT.

GET https://api.expand.network/nft/getowner

Query Parameters

NameTypeDescription

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.

https://api.expand.network/nft/getowner?chainId=900&nftCollection=8fGYVuiq5REaVwWTwatPvk342dm4xSY9ok2dE5rYEU5f

Last updated