crypto · Crypto
POLUSDT
POL / USDT
0.1026
▼ 6.16% today
Last 24 hours
Bid
0.1026
Ask
0.1026
Day High
0.1136
Day Low
0.09978
POLUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.10128 | 0.10284 | 0.10016 | 0.10260 | +1.31% |
| 23 Sept 2026 | 0.10963 | 0.11354 | 0.09980 | 0.10130 | -7.60% |
| 22 Sept 2026 | 0.10749 | 0.11019 | 0.10719 | 0.10963 | +1.99% |
POLUSDT API access
POL / 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/POLUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/POLUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/POLUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for POLUSDT
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", "POLUSDT");Also available for POLUSDT: daily candles, hourly candles · full API documentation
News about POLUSDT
- Polygon—POLUSDT 6X—Long trade with 2,190% profits potential💥💫Binance·25w ago
- POL (ex-MATIC) (POL) - Strategy & Updates - 09 Oct 2025TradingView·50w ago
- Polygon (prev. MATIC) price today, POL to USD live price, marketcap and chartCoinMarketCap·151w ago
- 0.11104 [POLUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.10388 POL USDT Spot TradingOKX·83w ago
- Polygon Ecosystem Token price today, POL to USD live price, marketcap and chartCoinDesk·95w ago