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