Skip to main content
Version: 1.0.0

Bitmap API

Bitmap inscription indexer API. Tracks Bitmap inscriptions on Bitcoin.

Bitmaps are a metaprotocol where each inscription claims a specific block number as a bitmap.

Response Format

All endpoints return responses in the following format:

{
"error": null,
"result": { ... }
}

On error, "error" contains a message string with HTTP status 400 or 500.

Notes

  • Each bitmap number can only be claimed by one inscription (first-is-first)