Blockchain Indexer API
Inscriptions

Content by Inscription ID

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id}/content_body
Bitcoin Mainnet
Paginated response of the content body byte array of an inscription. This endpoint is complementary to the "Inscription Information" endpoint.
Authentication
api-key
Path Parameters
inscription_id
*
Query Parameters
count
All Of
object +
cursor
Responses
200
Requested data
Example
{ "data": { "content_body_page": "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiYw==", "total_length": 3035, "remaining_bytes": 2935 }, "last_updated": { "block_hash": "00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7", "block_height": 866710 }, "next_cursor": "AAAAAAAAAGQ" }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error




Updated 12 Dec 2024
Did this page help you?