Binance Connector JS
    Preparing search index...

    PreviewOtcBlocktradeResponseOrderData

    interface PreviewOtcBlocktradeResponseOrderData {
        createdAt?: string;
        expiration?: number | bigint;
        filledAmount?: string;
        isNegRisk?: boolean;
        isYieldBearing?: boolean;
        maker?: string;
        makerAmount?: string;
        marketId?: string;
        orderType?: string;
        price?: number;
        quoteType?: string;
        side?: number;
        status?: string;
        taker?: null | string;
        takerAmount?: string;
        timeInForce?: string;
        tokenId?: string;
    }
    Index

    Properties

    createdAt?: string

    PreviewOtcBlocktradeResponseOrderData

    expiration?: number | bigint

    PreviewOtcBlocktradeResponseOrderData

    filledAmount?: string

    PreviewOtcBlocktradeResponseOrderData

    isNegRisk?: boolean

    PreviewOtcBlocktradeResponseOrderData

    isYieldBearing?: boolean

    PreviewOtcBlocktradeResponseOrderData

    maker?: string

    PreviewOtcBlocktradeResponseOrderData

    makerAmount?: string

    PreviewOtcBlocktradeResponseOrderData

    marketId?: string

    PreviewOtcBlocktradeResponseOrderData

    orderType?: string

    PreviewOtcBlocktradeResponseOrderData

    price?: number

    PreviewOtcBlocktradeResponseOrderData

    quoteType?: string

    PreviewOtcBlocktradeResponseOrderData

    side?: number

    0 = BUY (Bid), 1 = SELL (Ask) — see Create OTC Blocktrade for the side/quoteType mapping

    PreviewOtcBlocktradeResponseOrderData

    status?: string

    PreviewOtcBlocktradeResponseOrderData

    taker?: null | string

    PreviewOtcBlocktradeResponseOrderData

    takerAmount?: string

    PreviewOtcBlocktradeResponseOrderData

    timeInForce?: string

    PreviewOtcBlocktradeResponseOrderData

    tokenId?: string

    PreviewOtcBlocktradeResponseOrderData