Launch app
Use the hosted interface while you test endpoint payloads.
Run quickstart
Execute a full create -> publish -> scan loop in minutes.
View API auth and errors
Confirm error shapes and production hardening requirements.
Base URL
- Local default:
http://localhost:3001
Route groups
Integration path
Create and publish stealth announcement
Use
POST /api/v1/stealth/create, then publish with POST /api/v1/registry/announcements.Health check examples
- cURL
- JavaScript
Health response schema
Server status string (
"ok" when healthy).Current backend package version.
Elapsed process uptime in seconds.
Current in-memory registry count.
true when backend is configured for Sepolia/testnet.Operational boundaries
Authentication
Authentication
No HTTP auth middleware is implemented in current routes.
Rate limiting
Rate limiting
No API-level rate limiter is implemented in current server code.
CORS
CORS
CORS allows any origin, method, and header (
CorsLayer::allow_origin(Any) etc.).