UserLiquidationHistoryFilters
@liquidium/client / UserLiquidationHistoryFilters
Interface: UserLiquidationHistoryFilters
Defined in: packages/client/src/modules/history/types.ts:64
Filters for profile liquidation history requests.
Properties
cursor?
optionalcursor?:string
Defined in: packages/client/src/modules/history/types.ts:66
Pagination cursor from a previous response.
from?
optionalfrom?:string
Defined in: packages/client/src/modules/history/types.ts:74
Inclusive start timestamp filter accepted by the SDK API.
limit?
optionallimit?:number
Defined in: packages/client/src/modules/history/types.ts:68
Maximum number of entries to return.
market?
optionalmarket?:string
Defined in: packages/client/src/modules/history/types.ts:70
Market filter accepted by the SDK API.
poolId?
optionalpoolId?:string
Defined in: packages/client/src/modules/history/types.ts:72
Pool principal text filter.
to?
optionalto?:string
Defined in: packages/client/src/modules/history/types.ts:76
Inclusive end timestamp filter accepted by the SDK API.