Authentication
The BitMind API supports two authentication methods:
API Key Authentication
Use Bearer token authentication with API keys for service-to-service communication.
Authorization: Bearer your-api-keyJWT Authentication (for specific applications)
Use Bearer token authentication with JWT tokens for user-facing applications.
Authorization: Bearer your-jwt-tokenRate Limiting
API Key users: Rate limits based on subscription tier
JWT users: 1 request per second with burst allowance of 5 requests
Last updated