Raindex SDK Documentation
    Preparing search index...

    Interface MarketSnapshotOptions

    interface MarketSnapshotOptions {
        chainIds?: number[];
        includeOrderbook?: boolean;
        includeRatios?: boolean;
        includeTrades?: boolean;
        orderbookDepth?: number;
        recentTradesLimit?: number;
        tickerIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    chainIds?: number[]
    includeOrderbook?: boolean
    includeRatios?: boolean
    includeTrades?: boolean
    orderbookDepth?: number
    recentTradesLimit?: number
    tickerIds?: string[]