📄️ Create Auction
Create NFT auction. Creates a new auction for a user owned NFT in Kraken's custody. This method accepts the auction details. In the response, the method returns the identifier of the auction.
📄️ Modify Auction
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.
📄️ Cancel Auction
Cancel NFT auction. This method accepts an array of auction identifiers to cancel. Returns an array of statuses for the attempted cancel action.
📄️ Place Offer
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.
📄️ Cancel Offer
Cancel NFT offer. This method accepts an array of offer identifiers to cancel. Returns an array of statuses for the attempted cancel action.
📄️ Counter NFT Offer
Creates a counteroffer for an existing offer. This method accepts the identifier of the original offer along with a new asking price and currency. In the response, the method returns the identifier of the auction.
📄️ Accept NFT Offer
Accept NFT offer. This method accepts the identifier of the offer to accept. Returns the identifier of the auction created.
📄️ Get Auction Trades
Get NFT auction trades. Returns an array of NFT trades given the requested filters.
📄️ Get User Offers
Get NFT user offers. Gets the offers placed by the requesting user or received to owned NFTs.
📄️ Get NFT Wallet
Returns a list of NFTs owned by the user. This includes both NFTs held in Kraken custody and NFTs from a Web3 wallet connected to the user's Kraken account. The method accepts various parameters that allow searching among NFTs, filtering them by certain attributes, and sorting.
📄️ List NFT Transactions
Operation ListNftTransactions returns list of NFT transactions for a specific user.