Registry

Every .bull registration, newest first. Ownership recorded on Solana.

Domains registered 0
Used to burn $ANSEM 0 ◎

No registrations yet

Be the first to claim a .bull name.

My domains

Domains owned by your connected wallet.

No wallet connected

Connect a wallet to see the .bull domains it owns.

Resolver docs

A minimal public API. Open CORS, cached at the edge, no keys.

Resolve a domain

Returns the Solana address a domain currently points at.

GET $ curl https://bullns.wtf/api/resolve/alice.bull
200 { "domain": "alice.bull", "address": "7xKW…9fDe", "owner": "7xKW…9fDe" }

Check availability

Returns whether a name can currently be registered.

GET $ curl https://bullns.wtf/api/available/alice
200 { "name": "alice", "available": false }

Rules

Names are 3–63 characters: lowercase a–z, digits 0–9 and hyphens. No leading, trailing or consecutive hyphens.

Responses are cached for 30 seconds. Resolution is public and requires no authentication.