- Local server API: runs on your machine, no authentication required.
- Cloud API: hosted services that require a Bearer API key.
Authentication
- Local server: no auth.
- Cloud API:
Authorization: Bearer <apiKey>.
Local server and cloud APIs for btca
Authorization: Bearer <apiKey>.