Skip to main content

ScheduledBid

A scheduled bid on an auction

mintAccountstring

The mint account of the artwork being bid on

Example: 7asFqK5QRyaN3kRayBjgWGga9dMq9Y52DNAfnyYmYdcU
scheduledTimestring<date-time>

The scheduled time for the bid

Example: 2025-04-20T06:09:00Z
bidAmountinteger

The bid amount in lamports (1 SOL = 1000000000 lamports)

Example: 1000000000
bidMintstring

The mint address of the token being used for the bid

Example: So11111111111111111111111111111111111111112
statestring

The current state of the scheduled bid

Possible values: [deposit-pending, deposit-confirmed, bid-pending, bid-confirmed, cancel-pending, cancel-confirmed, expired]

Example: deposit-confirmed
ScheduledBid
{
"mintAccount": "7asFqK5QRyaN3kRayBjgWGga9dMq9Y52DNAfnyYmYdcU",
"scheduledTime": "2025-04-20T06:09:00Z",
"bidAmount": 1000000000,
"bidMint": "So11111111111111111111111111111111111111112",
"state": "deposit-confirmed"
}