Documentation Index
Fetch the complete documentation index at: https://docs.tradingnews.press/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
All API requests require an API key passed via theX-API-Key header.
Getting Your API Key
- Sign up at tradingnews.press
- Go to Dashboard > API Keys
- Click Create Key
- Copy the key immediately — it’s only shown once
Key Format
TradingNews API keys use a prefix format for easy identification:| Prefix | Environment |
|---|---|
tn_live_ | Production |
tn_test_ | Sandbox (coming soon) |
Security Best Practices
- Store keys in environment variables, not in code
- Use different keys for different applications
- Revoke and rotate keys if you suspect exposure
- Each key has independent rate limits and usage tracking
Error Responses
| Status | Meaning |
|---|---|
401 | Invalid or missing API key |
403 | Key is inactive or access blocked |
429 | Rate limit exceeded |