⚡Non Fungible Tokens
Provides functionalities to get details of non fungible tokens.
Following are the common functions implemented for the Non Fungible Tokens:-
Name
Type
Description
getbalance
Read
Retrieves the number of NFTs held in the owner's account.
getowner
Read
Retrieves the owner of the specified token ID.
getmetadata
Read
Retrieves the metadata for the specified NFT.
historical/transactions
Read
Retrieves past transactions associated with a designated address, sorted based on an NFT token contract, and limited within a specific block range.
historical/logs
Read
Retrieves historical logs for any NFT Collection.
Last updated