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/v1
Complete OpenAPI 3.0 compliant documentation with detailed specifications
/sentiment/analysis
Retrieve real-time sentiment scores from Twitter, Reddit, and Telegram for a specific trading pair.
/sentiment/stream
Establish a WebSocket connection to receive real-time sentiment updates.
/ai/strategy
Create and deploy an AI-powered trading strategy with sentiment-driven analysis and custom parameters.
/ai/intelligence
Retrieve AI-generated trading intelligence and market analysis.
Bearer token authentication
Include your API key in the Authorization header:
Authorization: Bearer nvx_live_sk_test_1234567890abcdef
Base URL for all requests:
https://api.novax.xyz/v1
Usage guidelines and limits
• Use limit
and offset
parameters
• Maximum limit
of 100 records per request
• Check has_more
in response for pagination