getNonFungibleContract
This endpoint retrieves NFT contract information by blockchain and contract address.
public getNonFungibleContract(chain: VyChain, contractAddress: string, query?: VyQuery_GetNonFungibleContract) : VyPromise<VyNonFungibleContractDto>
Parameters
contractAddress
string
The contract address of the NFT
Returns
VyPromise<VyNonFungibleContractDto> NFT contract information retrieved successfully.
Last updated