crypto · Crypto
CELOUSDT
CELO / USDT
0.09091
▼ 6.55% today
Last 24 hours
Bid
0.09086
Ask
0.09097
Day High
0.09842
Day Low
0.08862
CELOUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.08918 | 0.09101 | 0.08867 | 0.09092 | +1.95% |
| 23 Sept 2026 | 0.09622 | 0.09840 | 0.08867 | 0.08918 | -7.32% |
| 22 Sept 2026 | 0.09419 | 0.09671 | 0.09402 | 0.09614 | +2.06% |
CELOUSDT API access
CELO / 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/CELOUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/CELOUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/CELOUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for CELOUSDT
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", "CELOUSDT");Also available for CELOUSDT: daily candles, hourly candles · full API documentation
News about CELOUSDT
- CELOUSDT 4H #Crypto #CELO $CELO INSIGHT UPDATE | Level 1KuCoin·3d ago
- 0.09646 | CELOUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·252w ago
- Celo price today, CELO to USD live price, marketcap and chartCoinMarketCap·330w ago
- Celo Price: CELO/USD Live Price Chart, Market Cap & News TodayCoinGecko·329w ago
- Celo to Participate in ETHIndia & India Blockchain Week (IBW) Conference in Bangalore on December 7thTradingView·146w ago
- 0.09299 | CELOUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·248w ago