Interface GetClaimAlertsForCollectionPayload

interface GetClaimAlertsForCollectionPayload {
    bookmark: string;
    collectionId: NumberType;
}

Properties

bookmark: string

The pagination bookmark obtained from the previous request. Leave blank for the first request.

collectionId: NumberType

The collection ID to get claim alerts for.