Back to catalog
🪙

NovaDax

API Key

NovaDAX API to access all market data, trading management endpoints

🪙CryptocurrencyHTTPS

BTC/USDT Pair

NovaDAX API

SymbolBTC_USDT
Last Price67482.30
High24h68150.00
Low24h66890.50
Volume24h3841.27

Sample Response

response.json
1{
2 "symbol": "BTC_USDT",
3 "lastPrice": "67482.30",
4 "high24h": "68150.00",
5 "low24h": "66890.50",
6 "volume24h": "3841.27"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://doc.novadax.com/en-US/#introduction" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs