sealed / API
Open app

API reference

Me

Introspect the calling key: which wallet owns it, its public identity, and what it can do. The natural first call to verify your setup.

GET/api/v1/me

Response

200 — the identity behind the key:

bash
curl https://api.sealedlabs.net/api/v1/me \
  -H "Authorization: Bearer $SEALED_API_KEY"
FieldDescription
addressWallet address that owns this key.
handleClaimed @handle, or null.
verifiedVerified-business badge status.
deviceKeysCount of active (non-revoked) device keys on the account.
entitlementsPurchased feature ids (e.g. apiKeys, buyHandle).
A 200 here proves your Bearer header is wired correctly. Every response also carries X-RateLimit-* headers with your remaining quota.