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"
}Get inscription activity that occurred within a specific Bitcoin block including new inscriptions and transfers.
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"
}Project API Key
Block height or block hash
The max number of transactions (with inscription activity) per page
x >= 0Pagination cursor string, use the cursor included in a page of results to fetch the next page
Requested data
Show child attributes
String representation of the inscription ID, whose first coordinate is the reveal transaction hash, and the second coordinate is the index of inscription in the reveal transaction.
Show child attributes
Hash of tx producing the output containing the inscription. If this is the hash of the coinbase tx of the block, then the inscription was spent as fee in a tx in the block and therefore sent to the output of the coinbase tx controlled by the block miner.
Index of the output containing the inscription.
x >= 0Offset of the inscribed satoshi within the output.
x >= 0Script pubkey at which the output containing the inscription resides.
Address-encoding of the script pubkey at which the output containing the inscription resides.
Transaction in which the activity occurred
Show child attributes
Index of the input containing the inscription.
x >= 0Offset of the inscribed satoshi within the input.
x >= 0Script pubkey at which the input containing the inscription resides.
Address-encoding of the script pubkey at which the input containing the inscription resides.
Was this page helpful?