Raindex SDK Documentation
    Preparing search index...

    Interface RaindexMarketStats

    interface RaindexMarketStats {
        baseVolume24h: string;
        high24h?: string;
        lastPrice?: string;
        low24h?: string;
        targetVolume24h: string;
        tradeCount24h: number;
    }
    Index

    Properties

    baseVolume24h: string
    high24h?: string
    lastPrice?: string
    low24h?: string
    targetVolume24h: string
    tradeCount24h: number