Bid on an auction sale
POST
/collection/{highlightId}/sales/bid
Build a bid transaction configuration for an auction sale. For ranked auctions, places or updates an on-chain bid. For English auctions, returns an executor-signed bid claim plus the AuctionManager.bid call (with value = the bid amount); the optional preferredNftRecipient sets where the NFT is delivered if this bidder wins.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” highlightId
required
string format: uuid
Request Body required
Section titled “Request Body required ”object
saleId
required
string format: uuid
bidAmount
required
string
bidId
integer
preferredNftRecipient
string
Responses
Section titled “ Responses ”Bid transaction configuration
Invalid request
Unauthorized
Not found