NovaX API Documentation

Integrate with NovaX AI Trading Intelligence platform. Access real-time market data, AI signals, and trading capabilities through our secure REST API.

Your API Key

Include this API key in the Authorization header: Authorization: Bearer nvx_live_sk_test_1234567890abcdef

Base URL

https://api.novax.xyz/v1

API Endpoints

Complete OpenAPI 3.0 compliant documentation with detailed specifications

GET/sentiment/analysis

Get sentiment analysis for a trading pair

Retrieve real-time sentiment scores from Twitter, Reddit, and Telegram for a specific trading pair.

sentiment
POST/sentiment/stream

Subscribe to real-time sentiment data

Establish a WebSocket connection to receive real-time sentiment updates.

sentimentwebsocket
POST/ai/strategy

Deploy AI-powered trading strategy

Create and deploy an AI-powered trading strategy with sentiment-driven analysis and custom parameters.

ai-trading
GET/ai/intelligence

Get AI-generated trading intelligence

Retrieve AI-generated trading intelligence and market analysis.

ai-trading

Authentication

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

Rate Limits & Pagination

Usage guidelines and limits

1,000
Requests per minute
10,000
Requests per hour

Pagination

• Use limit and offset parameters

• Maximum limit of 100 records per request

• Check has_more in response for pagination