DealPaginationParams
The DealPaginationParams interface defines the parameters required for paginating through deals.
Properties
-
marketplaceId:string | number | bigintThe ID of the marketplace to paginate through. -
address:stringThe address associated with the deals. -
isProvider:boolean(optional) Indicates if the address is a provider (default: false). -
start:number(optional) The starting index for pagination (default: 0). -
steps:number(optional) The number of items to retrieve per page (default: 20).