This endpoint retrieves a specific NFT information by chain, contract address, and the token ID.
ID
public getNft(chain: VyChain, contractAddress: string, tokenId: string) : VyPromise<VyNftDto>
Parameters
chain
VyChain
The blockchain to filter by
contractAddress
string
The contract address of the NFT
tokenId
The token `ID` of the NFT
Returns
VyPromise<VyNftDto> Specific NFT information retrieved successfully.
Last updated 3 months ago