poloniex-node-api
    Preparing search index...

    Interface IPublicTrade

    interface IPublicTrade {
        amount: string;
        createTime: number;
        id: string;
        price: string;
        quantity: string;
        takerSide: "BUY" | "SELL";
        ts: number;
    }
    Index

    Properties

    amount: string
    createTime: number
    id: string
    price: string
    quantity: string
    takerSide: "BUY" | "SELL"
    ts: number