GetNftContract
Description
This endpoint retrieves NFT contract information by blockchain and contract address.
public static VyTask<VyNftContractDto> GetNftContract(eVyChain chain, string contractAddress, VyQuery_GetNftContract query = null)
Parameters
contractAddress
string
The contract address of the NFT
Returns
VyTask<VyNftContractDto> NFT contract information retrieved successfully.
Last updated