Skip to main content

Cancel Auction

POST 

/private/NftCancelAuction

Cancel NFT auction. This method accepts an array of auction identifiers to cancel. Returns an array of statuses for the attempted cancel action.

Request

Body

required
    auction_ids string[]required

    Array of auction ids to cancel

    nonce int64required

    Nonce used in construction of API-Sign header

    otp stringnullable

Responses

Response

Schema
    error string[]required
    result objectnullable
    statuses object[]required

    Array of canceled auction statuses

  • Array [
  • id stringrequired

    Auction id

    reason stringnullable

    Optional cancel reason

    status stringrequired

    Cancel status

  • ]
Loading...