Skip to main content

Modify Auction

POST 

/private/NftModifyAuction

Modify NFT auction. Modifies an existing NFT auction. This method accepts the auction identifier and the new details. In the response, the method returns the identifier of the auction.

Request

Body

required
    ask_price object

    Only for Fixed price auction type New auction ask price set by the seller

    oneOf

    string

    auction_id stringrequired

    Auction id

    nonce int64required

    Nonce used in construction of API-Sign header

    otp stringnullable
    reserve_price object

    Only for Descending auction type New auction reserve price, minimum price at which the item can be sold

    oneOf

    string

Responses

Response

Schema
    error string[]required
    result objectnullable
    auction_id stringrequired

    Auction id

Loading...