Get all activity

Retrieves all activity for a Rune.

GET
/runes/v1/etchings/{etching}/activity

Rune activity

Retrieves all activity for a Rune

Query Parameters

offsetOffset

Result offset

Minimum: 0

limitLimit

Results per page

Minimum: 1Maximum: 60

Path Parameters

etching
Required
Any properties in Rune ID, Rune number, Rune name, Rune name with spacers

Status codeDescription
200Default Response
/runes/v1/etchings/{etching}/activity

curl -X GET "https://api.hiro.so/runes/v1/etchings/string/activity?offset=0&limit=1"

{
  "limit": 20,
  "offset": 0,
  "total": 1,
  "results": [
    {
      "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
      "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
      "amount": "11000000000",
      "operation": "etching",
      "location": {
        "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
        "block_height": 840000,
        "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
        "tx_index": 1,
        "vout": 100,
        "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
        "timestamp": 1713571767
      }
    }
  ]
}