Binance Connector JS
    Preparing search index...

    Request parameters for fulfilOtcBlocktrade operation in OtcApi. FulfilOtcBlocktradeRequest

    interface FulfilOtcBlocktradeRequest {
        orderId: string;
        secretToken: string;
    }
    Index

    Properties

    Properties

    orderId: string

    Maker order id (returned by maker create)

    OtcApiFulfilOtcBlocktrade

    secretToken: string

    One-time fulfilment token the maker shared out-of-band

    OtcApiFulfilOtcBlocktrade