crypto · Crypto
KSMUSDT
KSM / USDT
4.4400
▼ 5.32% today
Last 24 hours
Bid
4.4300
Ask
4.4500
Day High
4.7700
Day Low
4.3200
KSMUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 4.34 | 4.46 | 4.34 | 4.44 | +2.30% |
| 23 Sept 2026 | 4.73 | 4.77 | 4.32 | 4.34 | -8.15% |
| 22 Sept 2026 | 4.64 | 4.76 | 4.64 | 4.73 | +1.94% |
KSMUSDT API access
KSM / 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/KSMUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/KSMUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/KSMUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for KSMUSDT
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", "KSMUSDT");Also available for KSMUSDT: daily candles, hourly candles · full API documentation
News about KSMUSDT
- BINANCE:KSMUSDT.P Chart Image by TheBull_CryptoTradingView·2d ago
- 4.34 Trade KSM/USDT Spot | Crypto, bStocks & tCommoditiesBinance·315w ago
- Kusama price today, KSM to USD live price, marketcap and chartCoinMarketCap·353w ago
- KSM/USDT at 4.75 | Trade Kusama with Tether on CoinDCXCoinDCX·273w ago
- 4.635 | KSMUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·307w ago
- 4.416 | KSMUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·255w ago