Integrate with NovaX AI Trading Intelligence platform. Access real-time market data, AI signals, and trading capabilities through our secure REST API.
Include this API key in the Authorization header: Authorization: Bearer nvx_live_sk_test_1234567890abcdef
https://api.novax.xyz/v1Complete OpenAPI 3.0 compliant documentation with detailed specifications
/sentiment/analysisRetrieve real-time sentiment scores from Twitter, Reddit, and Telegram for a specific trading pair.
/sentiment/streamEstablish a WebSocket connection to receive real-time sentiment updates.
/ai/strategyCreate and deploy an AI-powered trading strategy with sentiment-driven analysis and custom parameters.
/ai/intelligenceRetrieve AI-generated trading intelligence and market analysis.
Bearer token authentication
Include your API key in the Authorization header:
Authorization: Bearer nvx_live_sk_test_1234567890abcdefBase URL for all requests:
https://api.novax.xyz/v1Usage guidelines and limits
• Use limit and offset parameters
• Maximum limit of 100 records per request
• Check has_more in response for pagination