GET /scheduledBids/:bidder
Get scheduled bids by bidder address
GET
https://api.mallow.art/v1/scheduledBids/: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.
Path Parameters
Name
Type
Description
bidder*
string
Bidder's wallet address
Last updated