Utils
Following are the features offered in order to search the issued NFTs.
Contents
View the total number of NFTs owned.
View the ID list of NFTs owned by a wallet.
View the detailed list of NFTs owned by a wallet.
View the detailed list of all NFTs registered on the chain.
Parameter information required to call API.
1. getBalanceOf
View the number of NFTs owned by a wallet.
Parameters
ownerAddress
String
"firma1nssuz67am2uwc2hjgvphg0fmj3k9l6cx65ux9u"
Return value
2. getNftIdListOfOwner
View the ID list of all NFTs owned by a wallet.
Parameters
ownerAddress
String
"firma1nssuz67am2uwc2hjgvphg0fmj3k9l6cx65ux9u"
Return value
3. getNftItemAllFromAddress
View the detailed list of NFTs owned by a wallet.
Parameters
ownerAddress
String
"firma1nssuz67am2uwc2hjgvphg0fmj3k9l6cx65ux9u"
Return value
4. getNftItemAll
View all NFTs recorded on a chain network.
Parameters
-
-
-
Return value
5. Parameter Description
ownerAddress
For this parameter, please enter your FirmaChain wallet address. The owner of the wallet can be anyone. (e.g. “Service Wallet Address” or “Signatory’s Wallet Address”).
Last updated