Authentication
Authentication
All API requests require a Bearer token.
Base URL
https://api.darwintiq.com/v1
Header
Send the token via the Authorization header:
-H "Authorization: Bearer [YOUR_TOKEN]"
Tokens & access control
- Tokens map to a subscription:
- PRO: access to all symbols
- Single-symbol: access to that symbol only
- If a token does not include the required symbol, the API returns
403.
Common responses
401 Unauthorized— missing/invalid token403 Forbidden— token valid, but symbol not included