crypto · Crypto
ENAUSDT
ENA / USDT
0.2084
▼ 3.92% today
Last 24 hours
Bid
0.2084
Ask
0.2085
Day High
0.2206
Day Low
0.1983
ENAUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.2061 | 0.2093 | 0.2024 | 0.2085 | +1.16% |
| 23 Sept 2026 | 0.2165 | 0.2206 | 0.1985 | 0.2061 | -4.80% |
| 22 Sept 2026 | 0.2050 | 0.2211 | 0.2037 | 0.2165 | +5.61% |
ENAUSDT API access
ENA / 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/ENAUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ENAUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ENAUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ENAUSDT
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", "ENAUSDT");Also available for ENAUSDT: daily candles, hourly candles · full API documentation
News about ENAUSDT
- BINANCE:ENAUSDT.P Chart Image by cryptomannncryptomannnTradingView·17h ago
- Ethena price today, ENA to USD live price, marketcap and chartCoinMarketCap·129w ago
- 0.21050 [ENAUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- ENA/USDT Trading and ChartsKuCoin·129w ago
- 0.21069 | ENAUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·128w ago
- ENA/USDT at 0.2116 | Trade Ethena with Tether on CoinDCXCoinDCX·129w ago