Type Alias GetOrdersParams
GetOrdersParams: PaginatedParams<{ category?: "LISTING" | "OFFER"; chainId?: number; contractAddress?: `0x${string}`; endTimeGt?: number; hash?: `0x${string}`; hashes?: `0x${string}`[]; isCancelled?: boolean; isExpired?: boolean; isFillable?: boolean; offerer?: `0x${string}`; offererUsername?: string; offererUserName?: string; offerType?: "Normal" | "Collection"; sortBy?: [ | "price" | "per_price" | "platformType" | "endTime" | "createdAt", "ASC" | "DESC"][]; tokenId?: number | string; userAddress?: `0x${string}`; username?: string; }>