crypto · Crypto
XRPUSDT
XRP / USDT
1.5047
▼ 5.43% today
Last 24 hours
Bid
1.5046
Ask
1.5047
Day High
1.6581
Day Low
1.4791
XRPUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 1.5011 | 1.5103 | 1.4830 | 1.5047 | +0.24% |
| 23 Sept 2026 | 1.5727 | 1.6575 | 1.4804 | 1.5011 | -4.55% |
| 22 Sept 2026 | 1.5591 | 1.6093 | 1.5480 | 1.5725 | +0.86% |
XRPUSDT API access
XRP / 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/XRPUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/XRPUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/XRPUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for XRPUSDT
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", "XRPUSDT");Also available for XRPUSDT: daily candles, hourly candles · full API documentation
News about XRPUSDT
- BINANCE:XRPUSDT Chart Image by tmunene75TradingView·1d ago
- XRPUSDT-PERP (Ripple) Price Today: ₮1.298Pluang·1w ago
- BINANCE:XRPUSDT Chart Image by VilarsoTradingView·1d ago
- Ripple Price Today: XRP/USDT Holds a Fragile Bullish Bias Above $1.45Cryptonews.net·27w ago
- Ripple price Analysis: 1-Day XRPUSDT Outlook Near $1.38The Cryptonomist·24w ago
- XRP/USDT(XRPUSDT) Stock Price Today | Quotes & NewsMoomoo·64w ago