Skip to main content

MarketEvent

A marketplace event (sale, bid, listing, etc.)

typestring

Type of marketplace event

Possible values: [bid, list, sale, accept-bid, buy-ticket, delist, mint, gumball-add, gumball-remove, gumball-request, buy-gumball, buy-jellybean, unknown]

mintAccountstring

Mint account of the artwork

pricenumber

Price of the event in native token units

buyerstring

Buyer address, if applicable

sellerstring

Seller address, if applicable

createdAtstring<date-time>

When the event occurred

MarketEvent
{
"type": "sale",
"mintAccount": "7asFqK5QRyaN3kRayBjgWGga9dMq9Y52DNAfnyYmYdcU",
"price": 1000000000,
"buyer": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"seller": "DsSqaaKvuzkexQophftgPJqZqVi3Ki7VQcpGSwnXe9WZ",
"createdAt": "2024-01-10T15:30:00Z"
}