GET
/
assets
/
runes
/
{rune}
/
activity
Activity by Rune
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/assets/runes/{rune}/activity \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "burned": null,
      "confirmations": 361,
      "etching_tx": true,
      "height": 840110,
      "minted": null,
      "receivers": [
        {
          "address": "bc1plr56q0q4pyj8u7khys2ju8xnscp2y304u83gr06aq8ryt2uf82hq0hzm8z",
          "amount": "777777777777.77",
          "script_pubkey": "5120f8e9a03c1509247e7ad724152e1cd38602a245f5e1e281bf5d01c645ab893aae"
        }
      ],
      "self_transfers": [],
      "senders": [],
      "tx_hash": "5a072b4619077bd2f718dc58784eeb22211aa867a82a523e282df11b0b234a14"
    },
    {
      "burned": null,
      "confirmations": 359,
      "etching_tx": false,
      "height": 840112,
      "minted": "888888888888.88",
      "receivers": [
        {
          "address": "bc1pc9mhstm0sggvtz0afla0f6mm3jevm3dwq2m5c5sckj4w2y3gsgxs456833",
          "amount": "888888888888.88",
          "script_pubkey": "5120c177782f6f8210c589fd4ffaf4eb7b8cb2cdc5ae02b74c5218b4aae51228820d"
        }
      ],
      "self_transfers": [],
      "senders": [],
      "tx_hash": "0477cd84732d4fd0aad0dc5fad14f09b0ad985c4184c0d0de9202637cc67ce9b"
    },
    {
      "burned": null,
      "confirmations": 359,
      "etching_tx": false,
      "height": 840112,
      "minted": null,
      "receivers": [
        {
          "address": "bc1pc9mhstm0sggvtz0afla0f6mm3jevm3dwq2m5c5sckj4w2y3gsgxs456833",
          "amount": "100000.00",
          "script_pubkey": "5120c177782f6f8210c589fd4ffaf4eb7b8cb2cdc5ae02b74c5218b4aae51228820d"
        }
      ],
      "self_transfers": [],
      "senders": [
        {
          "address": "bc1plr56q0q4pyj8u7khys2ju8xnscp2y304u83gr06aq8ryt2uf82hq0hzm8z",
          "amount": "100000.00",
          "script_pubkey": "5120f8e9a03c1509247e7ad724152e1cd38602a245f5e1e281bf5d01c645ab893aae"
        }
      ],
      "tx_hash": "f4ce17a5859a720aa77647d19c24c06e556bfffbb5409e8a270eec0e363a7cab"
    },
    {
      "burned": null,
      "confirmations": 357,
      "etching_tx": false,
      "height": 840114,
      "minted": null,
      "receivers": [
        {
          "address": "bc1p99uy665vtcnxu9e2hsz4d9lx2tvr59lfaqcsg5na3czqq2hgqw7s4l0937",
          "amount": "200000.00",
          "script_pubkey": "512029784d6a8c5e266e172abc055697e652d83a17e9e83104527d8e04002ae803bd"
        }
      ],
      "self_transfers": [],
      "senders": [
        {
          "address": "bc1plr56q0q4pyj8u7khys2ju8xnscp2y304u83gr06aq8ryt2uf82hq0hzm8z",
          "amount": "200000.00",
          "script_pubkey": "5120f8e9a03c1509247e7ad724152e1cd38602a245f5e1e281bf5d01c645ab893aae"
        }
      ],
      "tx_hash": "e366c55626dbde705361df497c2257853a08068edf3e5ab85daad35b1f70ee2c"
    },
    {
      "burned": null,
      "confirmations": 357,
      "etching_tx": false,
      "height": 840114,
      "minted": null,
      "receivers": [
        {
          "address": "bc1qr4cymlscpespfghnkuxqhwmey674fas8uzvrxp",
          "amount": "300000.00",
          "script_pubkey": "00141d704dfe180e6014a2f3b70c0bbb7926bd54f607"
        }
      ],
      "self_transfers": [],
      "senders": [
        {
          "address": "bc1pc9mhstm0sggvtz0afla0f6mm3jevm3dwq2m5c5sckj4w2y3gsgxs456833",
          "amount": "300000.00",
          "script_pubkey": "5120c177782f6f8210c589fd4ffaf4eb7b8cb2cdc5ae02b74c5218b4aae51228820d"
        }
      ],
      "tx_hash": "358ce9038a14becdce89231709db29b2b23c744e10aef2995b62094830481828"
    }
  ],
  "last_updated": {
    "block_hash": "00000000000000000001901beb6d0ded42e731327a95e9c81a3d29336cc79402",
    "block_height": 840470
  },
  "next_cursor": "AAAAAAAM0bJgAQFgKBhIMEgJYluZ8q4QTnQ8srIp2wkXI4nOzb4UigPpjDU"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

rune
string
required

Rune, specified either by the Rune ID (etching block number and transaction index) or name (spaced or un-spaced)

Query Parameters

count
integer
default:100

The max number of transactions per page

Required range: x >= 0
order
enum<string>
default:asc

The order in which the results are sorted (by block height and tx index in the block)

Available options:
asc,
desc
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

from
integer | null

Return only transactions created on or after a specific height

Required range: x >= 0
to
integer | null

Return only transactions created on or before a specific height

Required range: x >= 0

Response

200
application/json

Requested data

The response is of type object.