Northwind Insurance · Prod
Resolve a BRC-100 identity key or a DID to the document recorded on chain, and the transaction that set it.
Identity lookups returning stale documents
Runs against this workspace's network, using a key you already have.
Nothing to hand? that resolves.
Request
curl "https://api.whatsonchain.com/v1/bsv/main/identity/<identity-key>" \ -H "API-KEY: <your production key>"
Daily volume across the last 30 days.
Point lookup
Give an identity key or a DID and get the current document plus the transaction that set it. This is what the endpoint does, and it is fast because it is an index read.
Not discovery
There is no search across identities, and no way to list them. Discovery needs a different index and raises questions about who may enumerate whom, so it is deliberately absent rather than half-built.