@xoxno/sdk-js
    Preparing search index...

    Type Alias StellarPositionRankDto

    type StellarPositionRankDto = {
        accountId: string;
        borrowed: number;
        healthFactor: number;
        owner?: string;
        position: number;
        supplied: number;
    }
    Index

    Properties

    accountId: string
    borrowed: number

    Total borrowed USD (or for token when filtered).

    healthFactor: number

    Health factor from StellarGetLendingPositions: debt / liquidation-weighted collateral × 100 (higher = riskier). Debt with zero collateral uses a large sentinel. Liquidatable when >= 100 under that definition — do not invert to Aave-style collateral/debt.

    owner?: string
    position: number

    1-based rank within the ordered result.

    supplied: number

    Total supplied USD (or for token when filtered).