getNonFungibleContract

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

public getNonFungibleContract(chain: eVyChain, contractAddress: String, query?: VyQuery_GetNonFungibleContract) : VyPromise<VyNonFungibleContractDto>

Parameters

chain

The blockchain to filter by

contractAddress

String

The contract address of the NFT

query (optional)

Query to filter the operation results

Returns

VyPromise<VyNonFungibleContractDto>

Last updated