Blockchain Indexer API
Blocks

Inscription Activity by Block

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/blocks/{height_or_hash}/inscriptions/activity
Bitcoin Mainnet

List of all inscription activity in the block, ordered by transaction index in the block, and by output index in the transaction.

Authentication
api-key
Path Parameters
height_or_hash
*
Query Parameters
count
All Of
object +
cursor
Responses
200
Requested data
Example
{ "data": [{ "tx_hash": "12fe2ce2d98aa43bb6184d095e8a64b9362c2fe1fee52cb5ba43f9623ef4c72b", "inscription_id": "56f1eebc4cfc437cffc47caa5c08f2d4f5989ed8a8c5dd6cdec77996b0e055fdi0", "from": { "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk", "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa", "input_index": 0, "sat_offset": 100409840 }, "to": { "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk", "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa", "output_vout": 20, "sat_offset": 84345292 } }, { "tx_hash": "12fe2ce2d98aa43bb6184d095e8a64b9362c2fe1fee52cb5ba43f9623ef4c72b", "inscription_id": "196378911c21ee6eaac767be609106ad2efce6d36af822d54d9583a2256cb9c2i0", "from": { "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk", "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa", "input_index": 0, "sat_offset": 100639840 }, "to": { "address": "bc1qprdf80adfz7aekh5nejjfrp3jksc8r929svpxk", "script_pubkey": "001408da93bfad48bddcdaf49e65248c3195a1838caa", "output_vout": 20, "sat_offset": 84575292 } }], "last_updated": { "block_hash": "00000000000000000000380fb362a3ad3dc257cc28daadfc83fffd0c10eb3b82", "block_height": 811063 }, "next_cursor": "ARxgAQE" }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error