Interface ListMintRequestsRequestParams

Request parameters for listMintRequests operation in NftsApi.

ListMintRequestsRequest

interface ListMintRequestsRequestParams {
    contractAddress: string;
    chainName: string;
    pageCursor?: string;
    pageSize?: number;
    status?: MintRequestStatus;
}

Properties

contractAddress: string

The address of contract

ListMintRequests

chainName: string

The name of chain

ListMintRequests

pageCursor?: string

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

ListMintRequests

pageSize?: number

Maximum number of items to return

ListMintRequests

The status of the mint request

ListMintRequests