Token URI
const result = await ExpressSDK.erc721.nft.fetchTokenURI(
web3, // Web3 instance configured with metamask
chainId, // Network id of blockchain
tokenId // Id of token to fetch tokenURI of
);
Successful execution of this function will fetch tokenURI of the token.