Skip to main content

Counter NFT Offer

POST 

/private/NftCounterOffer

Creates a counteroffer for an existing offer. This method accepts the identifier of the original offer along with a new asking price and currency. In the response, the method returns the identifier of the auction.

Request

Body

required
    ask_price object required

    Counter offer ask price

    oneOf

    string

    currency stringrequired

    Counter offer currency

    expire_time uint32nullable

    Optional expiry time

    nonce int64required

    Nonce used in construction of API-Sign header

    offer_id stringrequired

    Original offer id

    otp stringnullable

Responses

Response

Schema
    error string[]required
    result objectnullable
    auction_id stringrequired

    Auction id

Loading...