crypto · Crypto
IMXUSDT
IMX / USDT
0.1509
▼ 1.56% today
Last 24 hours
Bid
0.1508
Ask
0.1509
Day High
0.1587
Day Low
0.1418
IMXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.1455 | 0.1519 | 0.1450 | 0.1509 | +3.71% |
| 23 Sept 2026 | 0.1546 | 0.1587 | 0.1418 | 0.1455 | -5.92% |
| 22 Sept 2026 | 0.1508 | 0.1549 | 0.1497 | 0.1545 | +2.45% |
IMXUSDT API access
IMX / 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/IMXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/IMXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/IMXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for IMXUSDT
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", "IMXUSDT");Also available for IMXUSDT: daily candles, hourly candles · full API documentation
News about IMXUSDT
- 0.1421 [IMXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Immutable price today, IMX to USD live price, marketcap and chartCoinMarketCap·269w ago
- Immutable (IMX) - IMX Staking Launch - 19 Jun 2025TradingView·66w ago
- 0.1551 Trade IMX/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- Immutable Exchanges IMX Markets | Buy & Sell & TradeCryptoRank·254w ago
- Immutable (IMX) - MetaGravity Integration - 08 Feb 2025TradingView·84w ago