crypto · Crypto
ICPUSDT
ICP / USDT
2.9895
▼ 0.43% today
Last 24 hours
Bid
2.9890
Ask
2.9900
Day High
3.2000
Day Low
2.8230
ICPUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 2.926 | 3.003 | 2.868 | 2.990 | +2.19% |
| 23 Sept 2026 | 3.023 | 3.175 | 2.829 | 2.924 | -3.28% |
| 22 Sept 2026 | 2.927 | 3.039 | 2.923 | 3.022 | +3.25% |
ICPUSDT API access
ICP / 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/ICPUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ICPUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ICPUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ICPUSDT
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", "ICPUSDT");Also available for ICPUSDT: daily candles, hourly candles · full API documentation
News about ICPUSDT
- BINANCE:ICPUSDT.P Chart Image by WhaleTankTradingView·2d ago
- 2.565 | ICPUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·8w ago
- Internet computer ICP crypto: ICP/USDT Daily Outlook and LevelsThe Cryptonomist·45w ago
- 2.971 [ICPUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Internet Computer price today, ICP to USD live price, marketcap and chartCoinMarketCap·287w ago
- Internet Computer Price: ICP/USD Live Price Chart, Market Cap & News TodayCoinGecko·287w ago