Interface ListActivityHistoryRequestParams

Request parameters for listActivityHistory operation in ActivitiesApi.

Export

ListActivityHistoryRequest

Hierarchy

  • ListActivityHistoryRequestParams

Properties

chainName: string

The name of chain

Memberof

ListActivityHistory

fromUpdatedAt: string

From indexed at including given date

Memberof

ListActivityHistory

toUpdatedAt?: string

To indexed at including given date

Memberof

ListActivityHistory

contractAddress?: string

The contract address of the collection

Memberof

ListActivityHistory

activityType?: Types.ActivityType

The activity type

Memberof

ListActivityHistory

pageCursor?: string

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

Memberof

ListActivityHistory

pageSize?: number

Maximum number of items to return

Memberof

ListActivityHistory

Generated using TypeDoc