Skip to main content

Accept NFT Offer

POST 

https://api.kraken.com/0/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

Authorization: API-Key

name: API-Keytype: apiKeyscopes: API-Keydescription: The "API-Key" header should contain your API key.in: header
curl -L -X POST 'https://api.kraken.com/0/private/NftAcceptOffer' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'API-Key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.kraken.com/0
Auth
Body required
required
required