Skip to main content Link Menu Expand (external link) Document Search Copy Copied

NftTokenByAddressErc721

Model getters

Method name Return type Description Notes
getContractAddress() string On Algorand, this is the asset ID (the ID of the NFT); on the other blockchains, this is the address of the NFT smart contract.
Example: 43821281
 
getBalances() string[] On Algorand, this is either an array of “1” to indicate that the NFTs with the specified IDs exist, or an array with the number of NFT fractions if the NFTs are fractional; on the other blockchains, this is an array of the IDs of the NFTs.
Example: null
 
getBlockNumber() float[] (EVM-based blockchains only) An array of the numbers of the blocks in which the NFT was received by the address
Example: null
[optional]
getMetadata() \Tatum\Model\NftTokenByAddressErc721TokenMetadata[]
Example: null
 
getSupply() float (Algorand only) The number of fractions in the NFT if the NFT is fractional
Example: 10
[optional]
getDecimals() float (Algorand only) The number of decimal places in an NFT fraction if the NFT is fractional
Example: 1
[optional]