Place bid
Builds a bid of bidAmount on asset's auction, signed and funded by bidder. The previous high bidder is refunded on-chain when this confirms.
bidAmount must be a positive integer in the auction's bid currency and must clear the reserve price and the current bid plus its minimum increment.
Assets behind an off-chain allowlist reject bidders who are not on it. A mint mallow has never indexed, or one with no auction, returns 400 (not 404).
Authorization
ApiKeyAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Places a bid on an auction. The previous high bidder is refunded on-chain when this transaction confirms.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v2/tx/auctions/bid" \ -H "Content-Type: application/json" \ -d '{ "bidder": "string", "asset": "string", "bidAmount": 0 }'{ "result": { "tx": "string" }}