API Introduction
FIREla provides a RESTful API for programmatic access to your financial data.Base URL
Authentication
All API requests require authentication using Bearer tokens:Getting an API Token
- Navigate to Settings > API Tokens
- Click “Create new token”
- Give it a descriptive name
- Copy the token (shown only once!)
Rate Limits
| Plan | Requests/minute |
|---|---|
| Default | 60 |
| Self-hosted | Unlimited |
Response Format
All responses are JSON:Error Handling
Errors follow this format:SDKs
Official SDKs are coming soon. For now, use any HTTP client.