POST /scheduledBids/getCancelBidTx
Cancel a scheduled a bid
POST
https://api.mallow.art/v1/scheduledBids/getCancelBidTx
Generates a base64 encoded VersionedTransaction to cancel a scheduled bid. The transaction must be signed and sent by the bidder.
Bids can only be cancelled prior to its scheduled time (30 minutes before the end of the auction).
Request Body
Name
Type
Description
bidder*
string
The bidder's wallet address
mint*
string
The mint address of the artwork the bid was scheduled for
blockhash
String
(Optional) Recent blockhash to use for the transaction
Last updated