# NFTPurchased

**Purpose**: Emitted after a successful purchase transaction, confirming that one or more NFTs have been bought from the sale.

**Key Inclusions**:

* `sale_id`: Identifies the sale from which the NFTs were purchased.
* `buyer`: The address of the buyer.
* `nft_ids`: A vector of NFT object IDs that were purchased.
* `amount_paid`: Total amount of currency paid by the buyer.

**Use Cases**:

* Update front-end UIs to reflect that certain NFTs are no longer available in the sale.
* Record transaction histories for buyers, sellers, and analysts.
* Trigger workflows like automatically updating the buyer’s portfolio view.


---

# 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/nftpurchased.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.
