# PriceUpdateEvent

**Purpose**: Emitted when the sale price is updated, signaling changes in pricing strategy by the seller.

**Key Inclusions**:

* `sale_id`: The sale being updated.
* `old_price`: The price per NFT before the update.
* `new_price`: The new price per NFT after the update.
* `changed_by`: The address that performed the price update.
* `timestamp`: When the price change occurred.
* `collection_id`: Which collection this sale belongs to.

**Use Cases**:

* Notify watchers that the cost to purchase NFTs has changed.
* Update any listed prices on marketplaces or dashboards.
* Provide historical pricing data for analytics or for buyers waiting for favorable prices.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.artinals.com/artinals-protocol/events/priceupdateevent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
