poloniex-node-api
    Preparing search index...

    Interface IMarkPriceComponents

    interface IMarkPriceComponents {
        components: {
            convertPrice: string;
            exchange: string;
            symbol: string;
            symbolPrice: string;
            weight: string;
        }[];
        markPrice: string;
        symbol: string;
        ts: number;
    }

    Hierarchy

    Index

    Properties

    components: {
        convertPrice: string;
        exchange: string;
        symbol: string;
        symbolPrice: string;
        weight: string;
    }[]
    markPrice: string
    symbol: string
    ts: number