# \[v2] Runes Historical Prices

This endpoint provides the historical floor price for a specific rune and a given time period.

Runes prices are sourced from multiple runes marketplaces.

## GET /v2/runes/{identifier}/historical-floor-prices

> Get historical floor prices for a rune (V2).\
> &#x20;       Returns per-timestamp entries with marketplace breakdown (e.g. magiceden, dotswap).\
> &#x20;       \<code>timestamp\</code> is the timestamp of the floor price.\
> &#x20;       \<code>floorPrices\</code> fields explained:\
> &#x20;       \<ul>\
> &#x20;       \<li> \<code>marketplace\</code> is the marketplace where the floor price was observed.\</li>\
> &#x20;       \<li> \<code>valueInSats\</code> is the floor price in sats.\</li>\
> &#x20;       \<li> \<code>valueInUsd\</code> is the floor price in USD.\</li>\
> &#x20;       \</ul>\
> &#x20;      &#x20;

```json
{"openapi":"3.0.3","info":{"title":"SecretKeyLabs API","version":"1.0.0"},"tags":[],"servers":[{"url":"https://api.secretkeylabs.io"}],"security":[{"apiKey":[]}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","name":"x-api-key","in":"header"}}},"paths":{"/v2/runes/{identifier}/historical-floor-prices":{"get":{"tags":["Runes"],"description":"Get historical floor prices for a rune (V2).\n        Returns per-timestamp entries with marketplace breakdown (e.g. magiceden, dotswap).\n        <code>timestamp</code> is the timestamp of the floor price.\n        <code>floorPrices</code> fields explained:\n        <ul>\n        <li> <code>marketplace</code> is the marketplace where the floor price was observed.</li>\n        <li> <code>valueInSats</code> is the floor price in sats.</li>\n        <li> <code>valueInUsd</code> is the floor price in USD.</li>\n        </ul>\n        ","parameters":[{"schema":{"type":"string"},"in":"query","name":"fromTimestamp","required":true,"description":"ISO timestamp - start of range (e.g. 2024-08-29T03:09:35.236Z)"},{"schema":{"type":"string"},"in":"query","name":"toTimestamp","required":false,"description":"ISO timestamp - end of range (defaults to now)"},{"schema":{"type":"string"},"in":"path","name":"identifier","required":true,"description":"Rune identifier (rune id or rune name)"}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"timestamp":{"type":"string"},"floorPrices":{"type":"array","items":{"type":"object","properties":{"marketplace":{"type":"string"},"valueInSats":{"type":"string"},"valueInUsd":{"type":"string"}},"required":["marketplace","valueInSats"]}}},"required":["timestamp","floorPrices"]}}}}},"400":{"description":"Invalid input","content":{"application/json":{"schema":{"description":"Invalid input","type":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"description":"Unauthorized","type":"string"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"description":"Not found","type":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"description":"Rate limit exceeded","type":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"description":"Internal server error","type":"string"}}}}}}}}}
```


---

# 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.xverse.app/api/runes/v2-runes-historical-prices.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.
