NEROX
API v1.0
// Documentation

NeroX API Reference

Base URL: https://api.neroxcoin.org

REST API for real-time market data, indicators and alert management. Full access on PRO and ELITE plans.

Authentication

All requests require a Bearer token from your dashboard settings page.

Header: Authorization: Bearer YOUR_API_KEY

Market Data

GET/api/market/ticker/:symbolReal-time ticker for a symbolFree
GET/api/market/tickersAll USDT pairs sorted by volumeFree
GET/api/market/klines/:symbolHistorical candlestick OHLCV dataFree
GET/api/market/depth/:symbolOrder book depth (bids and asks)PRO
GET/api/market/statusPlatform and WebSocket statusFree

Alerts

GET/api/alertsList all your configured alertsPRO
POST/api/alertsCreate a new price alertPRO
DELETE/api/alerts/:idDelete a specific alert by IDPRO

WebSocket

Real-time data stream. Connect to:

wss://api.neroxcoin.org/ws

Message types received:

tickerReal-time price update for all symbols
klineCandlestick update on close
depthOrder book update (PRO)

Rate Limits

Free100 requests / 15 min
PRO1,000 requests / 15 min
ELITE10,000 requests / 15 min

Access by Plan

FeatureFreePROELITE
Market Tickers
Historical Klines
Order Book Depth
Alert Management
WebSocket Stream
API Key Access
Indicator Data