cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/prices/runes/{rune_id}/{timestamp} \ --header 'api-key: <api-key>'
[ { "price_satoshi": 1654.98, "price_usd": 2.46, "rune_id": "BTC-840000:28", "timestamp": 1746109820 } ]
Get historical price data for a specific Bitcoin Rune at a particular timestamp for market analysis.
Project API Key
Rune ID in the format <etching_block>:<etching_tx>
Unix timestamp in seconds
OK
The response is of type object[].
object[]
Was this page helpful?