cURL
curl --request POST \ --url https://xbt-mainnet.gomaestro-api.org/v0/markets/btc/prices/runes/batch \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "data": [ { "rune_id": "BTC-840000:1", "timestamp": 1746109820 } ] }'
[ { "data": [ { "price_satoshi": 1654.98, "price_usd": 2.46, "rune_id": "BTC-840000:28", "timestamp": 1746109820 } ] } ]
Project API Key
Array of RuneID <> UTC timestamp pairs
The body is of type object.
object
OK
The response is of type object[].
object[]