crypto · Crypto
GRTUSDT
GRT / USDT
0.02513
▼ 5.13% today
Last 24 hours
Bid
0.02512
Ask
0.02514
Day High
0.02781
Day Low
0.02474
GRTUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.02490 | 0.02551 | 0.02487 | 0.02513 | +0.94% |
| 23 Sept 2026 | 0.02545 | 0.02781 | 0.02473 | 0.02490 | -2.18% |
| 22 Sept 2026 | 0.02423 | 0.02595 | 0.02414 | 0.02546 | +5.08% |
GRTUSDT API access
GRT / 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/GRTUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/GRTUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/GRTUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for GRTUSDT
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", "GRTUSDT");Also available for GRTUSDT: daily candles, hourly candles · full API documentation
News about GRTUSDT
- 0.02591 Trade GRT/USDT Spot | Crypto, bStocks & tCommoditiesBinance·306w ago
- The Graph price today, GRT to USD live price, marketcap and chartCoinMarketCap·309w ago
- 0.02595 [GRTUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.01784 | GRTUSDT|Live Spot Trading Price ChartBitget·171w ago
- The Graph Exchanges GRT Markets | Buy & Sell & TradeCryptoRank·300w ago
- 0.02056 | GRTUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·300w ago