Interface iGetOwnersForBadgePayload

interface iGetOwnersForBadgePayload {
    bookmark?: string;
    sortBy?: "amount";
}

Implemented by

Properties

Properties

bookmark?: string

The pagination bookmark for where to start the request. Bookmarks are obtained via the previous response. "" for first request.

sortBy?: "amount"

Sort by amount descending.

MMNEPVFCICPMFPCPTTAAATR