For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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

{

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

"brand": “Audemars Piguet"

"name": "Royal Oak Offshore",

"ref": "26402CB.OO.A010CA.01",

"details": {

"caliber": "3126/3840",

"complications": "Chronograph, Date",

"crystal": "Sapphire",

"dial": "White",

"diameter": "44 mm",

"material": "Ceramic",

"movement": "Automatic",

"power_reserve": "50 h",

"description": "",

"water_resistance": "100 m"

},

"prices": [

“currency”: “usd”,

{

"date": "2024-10-15",

"price": 85616

},

{

"date": "2024-10-14",

"price": 85616

},

{

"date": "2024-10-13",

"price": 85601

},

{

"date": "2024-10-12",

"price": 85601

},

{

"date": "2024-10-11",

"price": 85614

},

{

"date": "2024-10-10",

"price": 85614

},

{

"date": "2024-10-09",

"price": 85617

},

{

"date": "2024-10-08",

"price": 85617

},

{

"date": "2024-10-07",

"price": 85617

},

{

"date": "2024-10-06",

"price": 85617

},

]

}

Last updated