Skip to main content

Place Offer

POST 

/private/NftPlaceOffer

Place NFT offer. Creates a new offer for a specified NFT. This method accepts the offer details. In the response, the method returns the identifier of the offer.

Request

Body

required
    expire_time uint32nullable

    Optional unix time (in seconds) defining the expire time of the offer

    nft_id string[]required

    Identifier of the NFT

    nonce int64required

    Nonce used in construction of API-Sign header

    offer_amount object required

    Offer amount

    oneOf

    string

    offer_currency stringrequired

    Offer currency code

    otp stringnullable
    pay_creator_fee booleannullable

    Whether a user wants to pay a creator fee or not

    quote_id stringnullable

    Optional quote id, if the offer is linked to an existing quote

Responses

Response

Schema
    error string[]required
    result objectnullable
    offer_id stringrequired

    Offer id

Loading...