Fulfill (settle) an English auction
POST
/collection/{highlightId}/sales/auction/fulfill
Build the permissionless AuctionManager.fulfillAuction transaction. After the auction’s end time anyone may settle it: the contract delivers the escrowed NFT to the winner’s preferred recipient and splits the proceeds (95% recipient / 5% platform).
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
Responses
Section titled “ Responses ”Fulfill transaction configuration
Invalid request
Unauthorized
Not found
Internal server error