Skip to main content

Accept NFT Offer

POST 

/private/NftAcceptOffer

Accept NFT offer. This method accepts the identifier of the offer to accept. Returns the identifier of the auction created.

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    offer_id stringrequired

    Offer id

    otp stringnullable
    pay_creator_fee booleannullable

    Whether a user wants to pay a creator fee or no

Responses

Response

Schema
    error string[]required
    result objectnullable
    auction_id stringrequired

    Auction id

Loading...