poloniex-node-api
    Preparing search index...

    Interface IPrice

    interface IPrice {
        dailyChange: string;
        price: string;
        symbol: string;
        time: number;
        ts: number;
    }
    Index

    Properties

    dailyChange: string
    price: string
    symbol: string
    time: number
    ts: number