Request parameters for listNFTOwners operation in NftOwnersApi.

ListNFTOwnersRequest

interface ListNFTOwnersRequestParams {
    contractAddress: string;
    tokenId: string;
    chainName: string;
    pageCursor?: string;
    pageSize?: number;
}

Properties

contractAddress: string

The address of contract

ListNFTOwners

tokenId: string

An `uint256` token id as string

ListNFTOwners

chainName: string

The name of chain

ListNFTOwners

pageCursor?: string

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

ListNFTOwners

pageSize?: number

Maximum number of items to return

ListNFTOwners