API Integration Guide for Developers
Integrating NeuroTrade into your application is straightforward. This guide walks you through authentication, endpoints, and best practices.
Authentication
All API requests require an API key in the `Authorization` header:
Authorization: Bearer YOUR_API_KEYAPI keys are available on Pro and Institution plans. Rotate keys periodically and never expose them in client-side code.
Key endpoints
- **GET /v1/signals/latest** – Latest signals for subscribed assets
- **GET /v1/signals/history** – Historical signals for backtesting
- **WebSocket /v1/stream** – Real-time signal stream
Rate limits
Rate limits depend on your plan. Use the `X-RateLimit-*` headers to monitor usage. For high-frequency needs, contact us for dedicated capacity.