During beta, the API is open — no key required. You can start testing immediately.
The details below describe how authentication works once keys are issued.
x-api-key header:
- Keys are issued by RAVN. Each key carries your fee rate and your rate limit (requests/minute).
- Missing or invalid key →
401 UNAUTHORIZED. Over your limit →429 RATE_LIMITED(with aretryAfterSecindetails). GET /healthis always public; all other endpoints require a key once auth is enabled.