GetNft

Description

This endpoint retrieves a specific NFT information by chain, contract address, and the token ID.

void GetNft(const EVyChain& chain, const FString& contractAddress, const FString& tokenId) const

Parameters

chain

The blockchain to filter by

contractAddress

FString

The contract address of the NFT

tokenId

FString

The token `ID` of the NFT

Returns

void Specific NFT information retrieved successfully.

Last updated