Authentication
The Sera GraphQL API is publicly accessible and does not require authentication.Public Access
Best Practices
Rate Limiting
While no authentication is required, please follow these guidelines:- Add delays between requests (recommended: 500ms)
- Batch queries when possible
- Cache responses for frequently accessed data
Request Headers
Include a descriptiveUser-Agent for debugging:
CORS
The API supports CORS for browser-based applications:WebSocket Subscriptions
GraphQL subscriptions are not currently supported. Poll the API for updates.
- Polling at regular intervals
- Subscribing to on-chain events via WebSocket RPC
