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"| Field | Description |
|---|---|
| address | Wallet address that owns this key. |
| handle | Claimed @handle, or null. |
| verified | Verified-business badge status. |
| deviceKeys | Count of active (non-revoked) device keys on the account. |
| entitlements | Purchased 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.