crypto · Crypto
INJUSDT
INJ / USDT
8.1455
▲ 2.96% today
Last 24 hours
Bid
8.1450
Ask
8.1460
Day High
8.3080
Day Low
7.4680
INJUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 7.798 | 8.147 | 7.744 | 8.145 | +4.45% |
| 23 Sept 2026 | 7.902 | 8.329 | 7.474 | 7.804 | -1.24% |
| 22 Sept 2026 | 7.638 | 8.203 | 7.623 | 7.903 | +3.47% |
INJUSDT API access
INJ / USDT prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/INJUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/INJUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/INJUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for INJUSDT
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "INJUSDT");Also available for INJUSDT: daily candles, hourly candles · full API documentation
News about INJUSDT
- Injective price today, INJ to USD live price, marketcap and chartCoinMarketCap·202w ago
- 7.677 [INJUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 8.093 INJ USDT Perpetual Swapokx.com·146w ago
- 7.814 | INJUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·140w ago
- Injective Price: INJ/USD Live Price Chart, Market Cap & News TodayCoinGecko·237w ago
- Injective (INJ) Gearing Up For $10 Level Retest – Is A Bullish Reversal Ahead?TradingView·72w ago