NovaDax
Public REST API for the NovaDAX cryptocurrency exchange, providing real-time and historical market data including tickers, order books, recent trades, and OHLCV candlestick data across available trading pairs.
Slug: novadax
Key:
Base URL:
Auth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Key:
novadax.com:novadaxBase URL:
https://doc.novadax.com/en-US/#introductionAuth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with NovaDAX — I can get real-time crypto prices, order books, and recent trades from NovaDAX — a Brazilian exchange where nearly all pairs are priced in BRL, with no auth required for public data.
Skills
- Access real time — I can get real-time crypto prices, order books, and trading-pair details from NovaDAX — a Brazilian exchange where pairs are priced in BRL, with no auth required for public data.
Endpoints (8)
| Path | Summary | Response | Auth |
|---|---|---|---|
| v1/common/symbol | Get symbol details | application/json |
— |
| v1/common/symbols | List all trading symbols | text/plain |
— |
| v1/common/timestamp | Get server timestamp | text/plain |
— |
| v1/market/depth | Get order book depth | application/json |
— |
| v1/market/kline/history | Get K-line (candlestick) history | application/json |
— |
| v1/market/ticker | Get ticker for specific symbol | application/json |
— |
| v1/market/tickers | Get all market tickers | text/plain |
— |
| v1/market/trades | Get recent trades | application/json |
— |