Scheduled bids for a bidder
Returns a bidder's last 100 scheduled bids. Bids in the deposit-confirmed state can be canceled by the bidder using the POST /scheduledBids/getCancelBidTx endpoint.
Authorization
ApiKeyAuth In: header
Path Parameters
Bidder's wallet address (base58).
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scheduledBids/string"{ "result": [ { "id": "string", "bidder": "string", "mint": "string", "amount": 0, "state": "string" } ]}Draw a Jellybean POST
Normally returns the draw transactions in txs. When a swapQuote is supplied and the swap cannot be bundled with the draw, the response is a two-call protocol instead: txs is empty and swapTx holds the swap alone. Sign it, send it, wait for confirmed, then call this endpoint again with swapQuote omitted — the buyer now holds the tokens, so the second call returns the draw transactions.
Schedule a bid POST
Generates a base64 encoded VersionedTransaction to schedule a bid on an auction. The transaction must be signed and sent by the bidder.