crypto · Crypto
XLMUSDT
XLM / USDT
0.2028
▼ 7.36% today
Last 24 hours
Bid
0.2027
Ask
0.2028
Day High
0.2249
Day Low
0.1985
XLMUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.2022 | 0.2031 | 0.1986 | 0.2028 | +0.30% |
| 23 Sept 2026 | 0.2164 | 0.2249 | 0.1999 | 0.2022 | -6.56% |
| 22 Sept 2026 | 0.2126 | 0.2186 | 0.2119 | 0.2163 | +1.74% |
XLMUSDT API access
XLM / 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/XLMUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/XLMUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/XLMUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for XLMUSDT
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", "XLMUSDT");Also available for XLMUSDT: daily candles, hourly candles · full API documentation
News about XLMUSDT
- XLM surged 28% on DTCC news: can the rally continue?TradingView·16w ago
- XLM Price Breaks Out, Analysts Target $1 to $2 Long-TermKuCoin·16w ago
- cryptozideziBinance·32w ago
- Stellar crypto Analysis outlook: XLM base forming in Q4The Cryptonomist·42w ago
- 0.19697 [XLMUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.21352 XLM USDT Spot Tradingokx.com·244w ago