DEVELOP · API

PUBLIC API

Open read endpoints over the same chain-traced data the site uses. No key required. Responses are JSON.

GET/api/public/blocks/{height}

Bitmap identity for a block height: name, holder, club, parcel count and inscription reference.

GET/api/public/blocks/{height}/meta

Extended block statistics: transaction count, byte size and derived shape pattern.

GET/api/public/offers

Open marketplace offers across all bitmaps, newest first.

GET/api/public/offer

A single offer with its signed PSBT metadata, by offer identifier.

GET/api/public/coin-rewards

BIT reward schedule and current attention-based daily distribution state.

POST/api/public/crawl-trades

Trigger a registry-wide crawl that traces bitmap transfers and confirmed sales from the chain.

GET/api/public/resolve-registry

Resolve a bitmap height to its canonical first inscription and current holder address.

EXAMPLE

curl https://bitmapwin.lovable.app/api/public/blocks/382441

Endpoints are rate-limited and read-only apart from the crawler trigger. If a fact cannot be traced on chain, the API omits it rather than estimating it.