GET
/
blocks
/
{height_or_hash}
/
inscriptions
/
activity
Inscription Activity by Block
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/blocks/{height_or_hash}/inscriptions/activity \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "from": {
        "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk",
        "input_index": 0,
        "sat_offset": 100409840,
        "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa"
      },
      "inscription_id": "56f1eebc4cfc437cffc47caa5c08f2d4f5989ed8a8c5dd6cdec77996b0e055fdi0",
      "to": {
        "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk",
        "output_vout": 20,
        "sat_offset": 84345292,
        "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa"
      },
      "tx_hash": "12fe2ce2d98aa43bb6184d095e8a64b9362c2fe1fee52cb5ba43f9623ef4c72b"
    },
    {
      "from": {
        "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk",
        "input_index": 0,
        "sat_offset": 100639840,
        "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa"
      },
      "inscription_id": "196378911c21ee6eaac767be609106ad2efce6d36af822d54d9583a2256cb9c2i0",
      "to": {
        "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk",
        "output_vout": 20,
        "sat_offset": 84575292,
        "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa"
      },
      "tx_hash": "12fe2ce2d98aa43bb6184d095e8a64b9362c2fe1fee52cb5ba43f9623ef4c72b"
    }
  ],
  "last_updated": {
    "block_hash": "00000000000000000000380fb362a3ad3dc257cc28daadfc83fffd0c10eb3b82",
    "block_height": 811063
  },
  "next_cursor": "ARxgAQE"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

height_or_hash
string
required

Block height or block hash

Query Parameters

count
integer
default:100

The max number of transactions (with inscription activity) per page

Required range: x >= 0
cursor
string | null

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

Response

200
application/json

Requested data

The response is of type object.