Interface ListCollectionsByNFTOwnerRequestParams

Request parameters for listCollectionsByNFTOwner operation in CollectionsApi.

ListCollectionsByNFTOwnerRequest

interface ListCollectionsByNFTOwnerRequestParams {
    accountAddress: string;
    chainName: string;
    pageCursor?: string;
    pageSize?: number;
}

Properties

accountAddress: string

Account address

ListCollectionsByNFTOwner

chainName: string

The name of chain

ListCollectionsByNFTOwner

pageCursor?: string

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

ListCollectionsByNFTOwner

pageSize?: number

Maximum number of items to return

ListCollectionsByNFTOwner