> 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-spirits.md).

# Tokenized Spirits

RWA Data Feeds provides pricing data for over 30,000 unique tokenized spirits like wines, whisky, brandy, cognac, tequila & rum.&#x20;

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

As an example, here's the response containing metadata and 10-days historical pricing data for the Château Rayas - Châteauneuf-du-Pape Rouge 2005:

{

&#x20; "slug": "chateau-rayas-chateauneuf-du-pape-2005",

&#x20; "brand": “Chateau Rayas",

&#x20; "region": "Chateauneuf du Pape",

&#x20; "details": {

&#x20;   "country": "France",

&#x20;   "year": "2005",

&#x20;   "grapes": "Grenache",

&#x20;   "wine type": "Red Wine"

&#x20; },

&#x20; "prices": \[

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

&#x20;   {

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

&#x20;     "price": 1467

&#x20;   },

{

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

&#x20;     "price": 1467

&#x20;   },

{

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

&#x20;     "price": 1467

&#x20;   },

{

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

&#x20;     "price": 1467

&#x20;   },

{

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

&#x20;     "price": 1475

&#x20;   },

{

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

&#x20;     "price": 1475

&#x20;   },

{

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

&#x20;     "price": 1481

&#x20;   },

{

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

&#x20;     "price": 1481

&#x20;   },

{

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

&#x20;     "price": 1481

&#x20;   },

{

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

&#x20;     "price": 1481

&#x20;   },

&#x20; ]

}


---

# 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-spirits.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.
