API Documentation
Build powerful trading applications with the Nova Digital API
REST API
Full-featured REST API for account management, trading, and market data
WebSocket API
Real-time market data and order updates via WebSocket connections
FIX API
Low-latency FIX protocol for institutional and high-frequency trading
Quick Start
# Get Market Ticker
GET https://api.novadigital.com/v1/ticker/24hr?symbol=BTCUSDT
# Response
{
"symbol": "BTCUSDT",
"lastPrice": "97250.00",
"priceChange": "+2.35%",
"volume": "12450.5",
"high": "98100.00",
"low": "95800.00"
}Rate Limit: 1200 requests/minAuthentication: HMAC-SHA256
