rust-okx 0.3.0

Async Rust client for the OKX v5 REST API
Documentation
use crate::model::RestRow;

/// Savings balance row.
pub type SavingBalance = RestRow;

/// Savings purchase/redemption result.
pub type SavingsPurchaseRedemptionResult = RestRow;

/// Set-lending-rate result.
pub type SetLendingRateResult = RestRow;

/// Lending history row.
pub type LendingHistory = RestRow;

/// Public borrow-history row.
pub type PublicBorrowHistory = RestRow;

/// Public borrow-info row.
pub type PublicBorrowInfo = RestRow;

/// Staking/DeFi offer row.
pub type StakingDefiOffer = RestRow;

/// Staking/DeFi order row.
pub type StakingDefiOrder = RestRow;

/// Staking product-info row.
pub type StakingProductInfo = RestRow;

/// Staking order row.
pub type StakingOrder = RestRow;

/// Staking balance row.
pub type StakingBalance = RestRow;

/// Staking history row.
pub type StakingHistory = RestRow;

/// Staking APY-history row.
pub type StakingApyHistory = RestRow;

/// Flexible-loan currency row.
pub type FlexibleLoanCurrency = RestRow;

/// Flexible-loan collateral asset row.
pub type FlexibleLoanCollateralAsset = RestRow;

/// Flexible-loan max-loan row.
pub type FlexibleLoanMaxLoan = RestRow;

/// Flexible-loan max-redeem row.
pub type FlexibleLoanMaxRedeem = RestRow;

/// Flexible-loan order row.
pub type FlexibleLoanOrder = RestRow;

/// Flexible-loan info row.
pub type FlexibleLoanInfo = RestRow;

/// Flexible-loan history row.
pub type FlexibleLoanHistory = RestRow;

/// Flexible-loan interest row.
pub type FlexibleLoanInterest = RestRow;