Skip to main content

AuctionMetadata

startsAtstring<date-time>nullable

When the auction starts. If not set, the auction will start on bid.

endsAtstring<date-time>nullable

When the auction ends. If not set, the auction has not started.

minBidIncrementstringnullable

Minimum bid increment amount. If not set, minBidIncrementBps will be set.

minBidIncrementBpsintegernullable

Minimum bid increment in basis points. If not set, minBidIncrement will be set.

reservePriceinteger

Reserve price for the auction

bidCountinteger

Number of bids placed

Default value: 0
currentBidderstringnullable

Address of the current highest bidder

currentBidAmountintegernullable

Current highest bid amount

bidMintstring

The mint address of the bid token

auctionAccountstringnullable

The auction account address

biddersstring[]

Array of bidder addresses

durationintegernullable

Auction duration in seconds

timeExtPeriodintegernullable

Time extension period in seconds

timeExtDeltaintegernullable

Time extension delta in seconds

AuctionMetadata
{
"startsAt": "2024-01-15T10:00:00Z",
"endsAt": "2024-01-22T10:00:00Z",
"minBidIncrement": 100000000,
"minBidIncrementBps": 1000,
"reservePrice": 1000000000,
"bidCount": 5,
"currentBidder": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"currentBidAmount": 1500000000,
"bidMint": "So11111111111111111111111111111111111111112",
"auctionAccount": "Dyi3AeQcDKPhXLdsF2Avihh1ty43REGuCRGKvU8QEAAd",
"bidders": [
"9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"
],
"duration": 604800,
"timeExtPeriod": 300,
"timeExtDelta": 300
}