rust_okx/api/finance/
responses.rs1use crate::model::RestRow;
2
3pub type SavingBalance = RestRow;
5
6pub type SavingsPurchaseRedemptionResult = RestRow;
8
9pub type SetLendingRateResult = RestRow;
11
12pub type LendingHistory = RestRow;
14
15pub type PublicBorrowHistory = RestRow;
17
18pub type PublicBorrowInfo = RestRow;
20
21pub type StakingDefiOffer = RestRow;
23
24pub type StakingDefiOrder = RestRow;
26
27pub type StakingProductInfo = RestRow;
29
30pub type StakingOrder = RestRow;
32
33pub type StakingBalance = RestRow;
35
36pub type StakingHistory = RestRow;
38
39pub type StakingApyHistory = RestRow;
41
42pub type FlexibleLoanCurrency = RestRow;
44
45pub type FlexibleLoanCollateralAsset = RestRow;
47
48pub type FlexibleLoanMaxLoan = RestRow;
50
51pub type FlexibleLoanMaxRedeem = RestRow;
53
54pub type FlexibleLoanOrder = RestRow;
56
57pub type FlexibleLoanInfo = RestRow;
59
60pub type FlexibleLoanHistory = RestRow;
62
63pub type FlexibleLoanInterest = RestRow;