GetNonFungibleContract

This endpoint retrieves NFT contract information by blockchain and contract address.

public static VyTask<VyNonFungibleContractDto> GetNonFungibleContract(eVyChain chain, string contractAddress, VyQuery_GetNonFungibleContract query = null)

Parameters

chain

The blockchain to filter by

contractAddress

string

The contract address of the NFT

query (optional)

Query to filter the operation results

Returns

VyTask<VyNonFungibleContractDto>

Last updated