Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

GetOrdersParams

Parameters for the getOrders API endpoint

export interface GetOrdersParams extends OrderWhereSearch {
	limit?: number;
	offset?: number;
	sort?: string[];
}

Properties

NameRequiredTypeDescription
limitOptionalnumberPagination limit
offsetOptionalnumberPagination offset
sortOptionalstring[]Sorting options. You can read more here

Referenced Types

On this page