curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id}/activity \
--header 'api-key: <api-key>'{
"data": [
{
"from": {
"address": "bc1pjzf5qmmzt57mtxgrgh42aazhnzwk7ge59e89dl6rde5zwg8he02q9u4xrr",
"input_index": 0,
"sat_offset": 0,
"script_pubkey": "51209093406f625d3db5990345eaaef457989d6f23342e4e56ff436e682720f7cbd4"
},
"height": 839418,
"to": {
"address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr",
"output_vout": 0,
"sat_offset": 0,
"script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596"
},
"tx_hash": "b1ef66c2d1a047cbaa6260b74daac43813924378fe08ef8545da4cb79e8fcf00",
"tx_index": 1257,
"type": "transfer"
},
{
"from": {
"address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr",
"input_index": 0,
"sat_offset": 0,
"script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596"
},
"height": 839876,
"to": {
"address": "bc1ppth27qnr74qhusy9pmcyeaelgvsfky6qzquv9nf56gqmte59vfhqwkqguh",
"output_vout": 0,
"sat_offset": 0,
"script_pubkey": "51200aeeaf0263f5417e40850ef04cf73f43209b13401038c2cd34d201b5e685626e"
},
"tx_hash": "47c7260764af2ee17aa584d9c035f2e5429aefd96b8016cfe0e3f0bcf04869a3",
"tx_index": 887,
"type": "transfer"
}
],
"last_updated": {
"block_hash": "000000000000000000001d3fb5743dcb30e12af7b0cd9c8d95c8b1a1fdd5c8d8",
"block_height": 839908
},
"next_cursor": null
}Get activity history for a specific Bitcoin inscription including transfers, sales, and ownership changes.
curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id}/activity \
--header 'api-key: <api-key>'{
"data": [
{
"from": {
"address": "bc1pjzf5qmmzt57mtxgrgh42aazhnzwk7ge59e89dl6rde5zwg8he02q9u4xrr",
"input_index": 0,
"sat_offset": 0,
"script_pubkey": "51209093406f625d3db5990345eaaef457989d6f23342e4e56ff436e682720f7cbd4"
},
"height": 839418,
"to": {
"address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr",
"output_vout": 0,
"sat_offset": 0,
"script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596"
},
"tx_hash": "b1ef66c2d1a047cbaa6260b74daac43813924378fe08ef8545da4cb79e8fcf00",
"tx_index": 1257,
"type": "transfer"
},
{
"from": {
"address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr",
"input_index": 0,
"sat_offset": 0,
"script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596"
},
"height": 839876,
"to": {
"address": "bc1ppth27qnr74qhusy9pmcyeaelgvsfky6qzquv9nf56gqmte59vfhqwkqguh",
"output_vout": 0,
"sat_offset": 0,
"script_pubkey": "51200aeeaf0263f5417e40850ef04cf73f43209b13401038c2cd34d201b5e685626e"
},
"tx_hash": "47c7260764af2ee17aa584d9c035f2e5429aefd96b8016cfe0e3f0bcf04869a3",
"tx_index": 887,
"type": "transfer"
}
],
"last_updated": {
"block_hash": "000000000000000000001d3fb5743dcb30e12af7b0cd9c8d95c8b1a1fdd5c8d8",
"block_height": 839908
},
"next_cursor": null
}Project API Key
Inscription ID
The max number of transactions per page
x >= 0The order in which the results are sorted (by block height and tx index in the block)
asc, desc Pagination cursor string, use the cursor included in a page of results to fetch the next page
Requested data
Show child attributes
Height of block containing transaction that the inscription took part in.
x >= 0Show 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 hash.
Index of transaction (in block) that the inscription took part in.
x >= 0inscribe, transfer, inscribe_and_spent_as_fee, spent_as_fee 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?