curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id} \
--header 'api-key: <api-key>'
{
"data": {
"collection_symbol": "kikalepuppete",
"content_body_preview": null,
"content_length": 934,
"content_type": "text/html",
"created_at": 867795,
"current_location": {
"address": "bc1pyae5wn0hxwestrxg4vmwrw58stwzkhp64le0uulahj8xzp5ruz8s3m6xh7",
"script_pubkey": "51202773474df733b3058cc8ab36e1ba8782dc2b5c3aaff2fe73fdbc8e610683e08f",
"utxo_sat_offset": 0,
"utxo_txid": "471852c0dff23a9d345a4550db8a5ff1a9cd0c1ff8e91f344762fba9a1bf000f",
"utxo_vout": 1
},
"inscription_id": "43cb5e2d66f5af8eb04391ef3d4048edc30a1f9edad594f83609fd7861a0f5e1i0",
"inscription_number": 76800550
},
"last_updated": {
"block_hash": "000000000000000000018ebea33e7361bc4059eb6ff35d0a80836717accfc4a9",
"block_height": 888637
}
}
Get detailed information about a specific Bitcoin inscription including content, metadata, and ownership details.
curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id} \
--header 'api-key: <api-key>'
{
"data": {
"collection_symbol": "kikalepuppete",
"content_body_preview": null,
"content_length": 934,
"content_type": "text/html",
"created_at": 867795,
"current_location": {
"address": "bc1pyae5wn0hxwestrxg4vmwrw58stwzkhp64le0uulahj8xzp5ruz8s3m6xh7",
"script_pubkey": "51202773474df733b3058cc8ab36e1ba8782dc2b5c3aaff2fe73fdbc8e610683e08f",
"utxo_sat_offset": 0,
"utxo_txid": "471852c0dff23a9d345a4550db8a5ff1a9cd0c1ff8e91f344762fba9a1bf000f",
"utxo_vout": 1
},
"inscription_id": "43cb5e2d66f5af8eb04391ef3d4048edc30a1f9edad594f83609fd7861a0f5e1i0",
"inscription_number": 76800550
},
"last_updated": {
"block_hash": "000000000000000000018ebea33e7361bc4059eb6ff35d0a80836717accfc4a9",
"block_height": 888637
}
}
Project API Key
Inscription ID
Requested data
The response is of type object
.
Was this page helpful?