Binance Connector JS
    Preparing search index...

    Request parameters for createOtcBlocktrade operation in OtcApi. CreateOtcBlocktradeRequest

    interface CreateOtcBlocktradeRequest {
        expiration: number | bigint;
        makerAmount: string;
        marketId: string;
        pricePerShare: string;
        side: CreateOtcBlocktradeSideEnum;
        takerAmount: string;
        tokenId: string;
    }
    Index

    Properties

    expiration: number | bigint

    Expiration timestamp in seconds (GTD order)

    OtcApiCreateOtcBlocktrade

    makerAmount: string

    Maker amount in wei. BID:USDT; ASK:shares

    OtcApiCreateOtcBlocktrade

    marketId: string

    PredictFun market id

    OtcApiCreateOtcBlocktrade

    pricePerShare: string

    Price per share (decimal ether, e.g. 0.65)

    OtcApiCreateOtcBlocktrade

    Trade side. Enum: BUY (BID), SELL (ASK)

    OtcApiCreateOtcBlocktrade

    takerAmount: string

    Taker amount in wei. BID:shares; ASK:USDT

    OtcApiCreateOtcBlocktrade

    tokenId: string

    ERC-1155 outcome token id

    OtcApiCreateOtcBlocktrade