POST
/
btc
/
prices
/
runes
/
batch
Rune prices by timestamp
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
      }
    ]
  }
]

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Array of RuneID <> UTC timestamp pairs

The body is of type object.

Response

200
application/json

OK

The response is of type object[].