Blockchain Indexer API
Inscriptions

Activity by Inscription

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

List of all transactions that the inscription was involved in, starting with the reveal tx.

Authentication
api-key
Path Parameters
inscription_id
*
Query Parameters
count
All Of
object +
order
All Of
object +
cursor
Responses
200
Requested data
Example
{ "data": [ { "height": 839418, "tx_index": 1257, "tx_hash": "b1ef66c2d1a047cbaa6260b74daac43813924378fe08ef8545da4cb79e8fcf00", "type": "transfer", "from": { "address": "bc1pjzf5qmmzt57mtxgrgh42aazhnzwk7ge59e89dl6rde5zwg8he02q9u4xrr", "script_pubkey": "51209093406f625d3db5990345eaaef457989d6f23342e4e56ff436e682720f7cbd4", "input_index": 0, "sat_offset": 0 }, "to": { "address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr", "script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596", "output_vout": 0, "sat_offset": 0 } }, { "height": 839876, "tx_index": 887, "tx_hash": "47c7260764af2ee17aa584d9c035f2e5429aefd96b8016cfe0e3f0bcf04869a3", "type": "transfer", "from": { "address": "bc1p5u4y8vdhn46adxhfv5scfv4c8myykw6r5uyzlavm42k4wgjewktq7xqcyr", "script_pubkey": "5120a72a43b1b79d75d69ae9652184b2b83ec84b3b43a7082ff59baaad5722597596", "input_index": 0, "sat_offset": 0 }, "to": { "address": "bc1ppth27qnr74qhusy9pmcyeaelgvsfky6qzquv9nf56gqmte59vfhqwkqguh", "script_pubkey": "51200aeeaf0263f5417e40850ef04cf73f43209b13401038c2cd34d201b5e685626e", "output_vout": 0, "sat_offset": 0 } } ], "last_updated": { "block_hash": "000000000000000000001d3fb5743dcb30e12af7b0cd9c8d95c8b1a1fdd5c8d8", "block_height": 839908 }, "next_cursor": null }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error