🔲Rune by ID

This endpoint is used to retrieve the metadata & market data associated with a rune, based on the rune ID.

get

Get price info for a specific Rune by ID.

Authorizations
Path parameters
identifierstringRequired
Responses
200
Default Response
application/json
get
GET /v1/runes/{identifier} HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "chain": "text",
  "runeName": "text",
  "symbol": "text",
  "runeId": "text",
  "spacedRuneName": "text",
  "amount": "text",
  "cap": "text",
  "divisibility": "text",
  "premine": "text",
  "turbo": true,
  "genesisBlock": 1,
  "mint": {
    "offset": {
      "low": "text",
      "high": "text"
    },
    "height": {
      "low": "text",
      "high": "text"
    }
  },
  "holders": "text",
  "supply": "text",
  "marketCap": {
    "valueInSats": "text",
    "valueInUsd": "text"
  },
  "prices": {
    "floorPrice": {
      "marketplace": "text",
      "valueInSats": "text",
      "valueInUsd": "text"
    },
    "lastSalePrice": {
      "marketplace": "text",
      "valueInSats": "text",
      "valueInUsd": "text"
    }
  }
}

Last updated