Skip to main content

UserLiquidationHistoryFilters

@liquidium/client


@liquidium/client / UserLiquidationHistoryFilters

Interface: UserLiquidationHistoryFilters

Defined in: packages/client/src/modules/history/types.ts:64

Filters for profile liquidation history requests.

Properties

cursor?

optional cursor?: string

Defined in: packages/client/src/modules/history/types.ts:66

Pagination cursor from a previous response.


from?

optional from?: string

Defined in: packages/client/src/modules/history/types.ts:74

Inclusive start timestamp filter accepted by the SDK API.


limit?

optional limit?: number

Defined in: packages/client/src/modules/history/types.ts:68

Maximum number of entries to return.


market?

optional market?: string

Defined in: packages/client/src/modules/history/types.ts:70

Market filter accepted by the SDK API.


poolId?

optional poolId?: string

Defined in: packages/client/src/modules/history/types.ts:72

Pool principal text filter.


to?

optional to?: string

Defined in: packages/client/src/modules/history/types.ts:76

Inclusive end timestamp filter accepted by the SDK API.