poloniex-node-api
    Preparing search index...

    Interface IMarkPrice

    interface IMarkPrice {
        markPrice: string;
        symbol: string;
        time: number;
    }
    Index

    Properties

    markPrice: string
    symbol: string
    time: number