PUBLIC API
Open read endpoints over the same chain-traced data the site uses. No key required. Responses are JSON.
/api/public/blocks/{height}Bitmap identity for a block height: name, holder, club, parcel count and inscription reference.
/api/public/blocks/{height}/metaExtended block statistics: transaction count, byte size and derived shape pattern.
/api/public/offersOpen marketplace offers across all bitmaps, newest first.
/api/public/offerA single offer with its signed PSBT metadata, by offer identifier.
/api/public/coin-rewardsBIT reward schedule and current attention-based daily distribution state.
/api/public/crawl-tradesTrigger a registry-wide crawl that traces bitmap transfers and confirmed sales from the chain.
/api/public/resolve-registryResolve 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.