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

    Type Alias StellarDetailedMarketDto

    type StellarDetailedMarketDto = {
        anchorPriceUsd: string;
        anchorPriceUsdShort: number;
        asset: string;
        borrowIndex: string;
        borrowIndexShort: number;
        chain: ActivityChain;
        deviation: boolean;
        hubId: number;
        priceTimestamp: number;
        primaryPriceUsd: string;
        primaryPriceUsdShort: number;
        stale: boolean;
        supplyIndex: string;
        supplyIndexShort: number;
        usdPrice: string;
        usdPriceShort: number;
        valid: boolean;
    }
    Index

    Properties

    anchorPriceUsd: string

    Anchor oracle leg, raw 18-decimal WAD.

    anchorPriceUsdShort: number
    asset: string
    borrowIndex: string

    Raw 27-decimal RAY.

    borrowIndexShort: number
    chain: ActivityChain
    deviation: boolean

    Primary/anchor prices outside the tolerance band.

    hubId: number
    priceTimestamp: number

    Freshest-leg unix-seconds timestamp of the composed price; 0 if unusable.

    primaryPriceUsd: string

    Primary oracle leg, raw 18-decimal WAD.

    primaryPriceUsdShort: number
    stale: boolean

    A price leg exceeded its staleness limit.

    supplyIndex: string

    Raw 27-decimal RAY.

    supplyIndexShort: number
    usdPrice: string

    Composed final USD price, raw 18-decimal WAD.

    usdPriceShort: number
    valid: boolean

    Fresh, in-band, and within sanity bounds — the only trustworthy state.