cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/btc/prices/runes/{rune_id}/{timestamp} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
[ { "price_satoshi": 1654.98, "price_usd": 2.46, "rune_id": "BTC-840000:28", "timestamp": 1746109820 } ]
Returns Rune price in USD and satoshi for the provided UTC timestamp.
Project API Key
Rune ID in the format <etching_block>:<etching_tx>
Unix timestamp in seconds
OK
The response is of type object[].
object[]