Schedule a Bid on an Auction
POST/v1/scheduledBids/getBidTx
Generates a base64 encoded VersionedTransaction to schedule a bid on an auction. The transaction must be signed and sent by the bidder.
Operational Rules:
- A bidder can only have one active scheduled bid per artwork mint at a time.
- Bids are scheduled to be placed 30 minutes before the end of the auction.
- The highest valid bid at the scheduled time will be placed and all other bids are automatically cancelled and returned to the bidder.
- The service charges a 0.00005 SOL fee to cover automated transaction costs.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Transaction successfully generated
Bad Request - Missing required fields, invalid bid amount, or validation errors
Permission denied
Auction not found
Internal server error - Error creating scheduled bid transaction