Skip to main content

BuyNowMetadata

datestring<date-time>nullable

DEPRECATED - When the buy now listing was created

amountinteger

The buy now price amount in the smallest unit of the currency

currencyMintstring

The mint address of the payment currency

listingAccountstringnullable

The listing account address

startsAtstring<date-time>nullable

When the buy now listing starts

endsAtstring<date-time>nullable

When the buy now listing ends

buyerSetsPriceboolean

Whether the buyer can set their own price

Default value: false
editionsLimitintegernullable

Limit on the number of editions that can be purchased

BuyNowMetadata
{
"amount": 1000000000,
"currencyMint": "So11111111111111111111111111111111111111112",
"listingAccount": "DsSqaaKvuzkexQophftgPJqZqVi3Ki7VQcpGSwnXe9WZ",
"startsAt": "2024-01-15T10:00:00Z",
"endsAt": "2024-01-22T10:00:00Z",
"buyerSetsPrice": false,
"editionsLimit": 1
}