Asset events represent state changes that occur for assets. This includes putting them on sale, bidding on them, selling them, cancelling sales, transferring them, and more.
Field Name | Description |
---|---|
event_type | Describes the event type. This can be: created for new auctions, successful for sales, cancelled for cancelled auctions, bid_entered , bid_withdrawn , transfer , offer_entered , or approve |
asset / asset_bundle | A subfield containing a simplified version of the Asset or Asset Bundle on which this event happened. See Asset Model |
created_date | When the event was recorded |
from_account / to_account | The accounts associated with this event. See Account Model |
is_private | A boolean value that is true if the sale event was a private sale |
payment_token | The payment asset used in this transaction, such as ETH, WETH or DAI |
quantity | The amount of the item that was sold. Applicable for semi-fungible assets |
total_price | The total price that the asset was bought for |
collection_slug | The slug of the collection that contains the asset or asset_bundle |
starting_price / ending_price | For regular offers or listings, these values will be the same. For declining auctions, the start and end price may be different |