Binance Connector JS
    Preparing search index...

    PreviewOtcBlocktradeResponse

    interface PreviewOtcBlocktradeResponse {
        orderData?: PreviewOtcBlocktradeResponseOrderData;
        orderId?: null | string;
        status?: string;
    }
    Index

    Properties

    PreviewOtcBlocktradeResponse

    orderId?: null | string

    PreviewOtcBlocktradeResponse

    status?: string

    PreviewOtcBlocktradeResponse