Request parameters for getNFT operation in NftsApi.

GetNFTRequest

interface GetNFTRequestParams {
    contractAddress: string;
    tokenId: string;
    chainName: string;
}

Properties

contractAddress: string

The address of NFT contract

GetNFT

tokenId: string

An `uint256` token id as string

GetNFT

chainName: string

The name of chain

GetNFT