Binance Connector JS
    Preparing search index...

    AccountTradeListResponseInner

    interface AccountTradeListResponseInner {
        fee?: string;
        id?: number | bigint;
        liquidity?: string;
        optionSide?: string;
        orderId?: number | bigint;
        price?: string;
        priceScale?: number | bigint;
        quantity?: string;
        quantityScale?: number | bigint;
        quoteAsset?: string;
        realizedProfit?: string;
        side?: string;
        symbol?: string;
        time?: number | bigint;
        tradeId?: number | bigint;
        type?: string;
    }
    Index

    Properties

    fee?: string

    fee(negative is fee deduction)

    AccountTradeListResponseInner

    id?: number | bigint

    unique id

    AccountTradeListResponseInner

    liquidity?: string

    TAKER or MAKER

    AccountTradeListResponseInner

    optionSide?: string

    option Side

    AccountTradeListResponseInner

    orderId?: number | bigint

    order id

    AccountTradeListResponseInner

    price?: string

    trade price

    AccountTradeListResponseInner

    priceScale?: number | bigint

    price Scale

    AccountTradeListResponseInner

    quantity?: string

    trade quantity

    AccountTradeListResponseInner

    quantityScale?: number | bigint

    quantity Scale

    AccountTradeListResponseInner

    quoteAsset?: string

    quote Asset

    AccountTradeListResponseInner

    realizedProfit?: string

    realized profit/loss

    AccountTradeListResponseInner

    side?: string

    order side

    AccountTradeListResponseInner

    symbol?: string

    option symbol

    AccountTradeListResponseInner

    time?: number | bigint

    trade time

    AccountTradeListResponseInner

    tradeId?: number | bigint

    trade id

    AccountTradeListResponseInner

    type?: string

    order type

    AccountTradeListResponseInner