BorrowApyHistoryRequest
@liquidium/client / BorrowApyHistoryRequest
Interface: BorrowApyHistoryRequest
Defined in: external/liquidium-sdk/packages/client/src/modules/history/types.ts:96
Time-window and pagination options for borrow APY history.
Properties
cursor?
optionalcursor?:string
Defined in: external/liquidium-sdk/packages/client/src/modules/history/types.ts:98
Pagination cursor from a previous response.
from?
optionalfrom?:string
Defined in: external/liquidium-sdk/packages/client/src/modules/history/types.ts:102
Inclusive start timestamp filter accepted by the SDK API.
limit?
optionallimit?:number
Defined in: external/liquidium-sdk/packages/client/src/modules/history/types.ts:100
Maximum number of samples to return.
to?
optionalto?:string
Defined in: external/liquidium-sdk/packages/client/src/modules/history/types.ts:104
Inclusive end timestamp filter accepted by the SDK API.