> For the complete documentation index, see [llms.txt](https://rwadatafeeds.gitbook.io/feeds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rwadatafeeds.gitbook.io/feeds/rwa-price-feed-categories/tokenized-watches.md).

# Tokenized Watches

RWA Data Feeds provides pricing data for 3,000 unique watches. In the near future, there is a potential to extend this amount to 36,000 unique watch models.

<figure><img src="/files/nS9uhwZMEq4ZMxnoswz8" alt=""><figcaption></figcaption></figure>

Example of the response containing metadata and 10-days historical pricing data for the  Audemars Piguet Royal Oak Offshore Chronograph:

{

&#x20; "slug": "audemars-piguet-royal-oak-offshore-chronograph-26402cb-oo-a010ca-01",

&#x20; "brand": “Audemars Piguet"

&#x20; "name": "Royal Oak Offshore",

&#x20; "ref": "26402CB.OO.A010CA.01",

&#x20; "details": {

&#x20;   "caliber": "3126/3840",

&#x20;   "complications": "Chronograph, Date",

&#x20;   "crystal": "Sapphire",

&#x20;   "dial": "White",

&#x20;   "diameter": "44 mm",

&#x20;   "material": "Ceramic",

&#x20;   "movement": "Automatic",

&#x20;   "power\_reserve": "50 h",

&#x20;   "description": "",&#x20;

&#x20;   "water\_resistance": "100 m"

&#x20; },

<br>

&#x20; "prices": \[

&#x20;     “currency”: “usd”,

&#x20;   {

&#x20;     "date": "2024-10-15",

&#x20;     "price": 85616

&#x20;   },

{

&#x20;     "date": "2024-10-14",

&#x20;     "price": 85616

&#x20;   },

{

&#x20;     "date": "2024-10-13",

&#x20;     "price": 85601

&#x20;   },

{

&#x20;     "date": "2024-10-12",

&#x20;     "price": 85601

&#x20;   },

{

&#x20;     "date": "2024-10-11",

&#x20;     "price": 85614

&#x20;   },

{

&#x20;     "date": "2024-10-10",

&#x20;     "price": 85614

&#x20;   },

{

&#x20;     "date": "2024-10-09",

&#x20;     "price": 85617

&#x20;   },

{

&#x20;     "date": "2024-10-08",

&#x20;     "price": 85617

&#x20;   },

{

&#x20;     "date": "2024-10-07",

&#x20;     "price": 85617

&#x20;   },

{

&#x20;     "date": "2024-10-06",

&#x20;     "price": 85617

&#x20;   },

&#x20; ]

}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rwadatafeeds.gitbook.io/feeds/rwa-price-feed-categories/tokenized-watches.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
