🚀 Jetstream Trading Signals
Test Environment
WebSocket and API testing tools for the Jetstream trading signals system.
These tools are for development and testing purposes. Do not use in production trading.
🔌 WebSocket Connection Test (Authenticated)
Test WebSocket connections with valid API key authentication. This should successfully connect and allow you to receive real-time trading signals.
Features: Connect, subscribe to streams, send test signals via webhook
Open WebSocket Test (Auth)📊 Trading API Test
Test all trading endpoints: orders, positions, accounts, and executions. Send trading updates via webhook and query historical data.
Features: Send orders/executions/positions/accounts, query APIs with filters
Open Trading API Test🚫 WebSocket Connection Test (Unauthorized)
Test WebSocket connections without API key to verify that unauthorized access is properly blocked. This connection should fail.
Expected Result: Connection rejected with 401 Unauthorized
Open WebSocket Test (No Auth)📋 System Information
- Environment: Development
- WebSocket API: wss://ws-dev.jetstream.financial
- REST API: https://api-dev.jetstream.financial
- Authentication: API Key required
Need help? Check the documentation or contact the development team.