GetNonFungibleToken
This endpoint retrieves a specific NFT information by chain, contract address, and the token `ID`.
public static VyTask<VyNonFungibleAsset> GetNonFungibleToken(eVyChain chain, string contractAddress, string tokenId)
Parameters
contractAddress
string
The contract address of the NFT
tokenId
string
The token `ID` of the NFT
Returns
VyTask<VyNonFungibleAsset> Specific NFT information retrieved successfully.
Last updated