biquote
Home/Crypto/IOTAUSDT
crypto · Crypto

IOTAUSDT

IOTA / USDT
0.04685
5.26% today
Last 24 hours
Bid
0.0468
Ask
0.0469
Day High
0.0507
Day Low
0.0456

IOTAUSDT daily history

DateOpenHighLowCloseChange
24 Sept 20260.04640.04710.04600.0469+1.08%
23 Sept 20260.04910.05070.04560.0464-5.50%
22 Sept 20260.04790.04940.04770.0491+2.51%

IOTAUSDT API access

IOTA / 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/IOTAUSDT"
Python
import requests

r = requests.get("https://biquote.io/api/IOTAUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/IOTAUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for IOTAUSDT
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", "IOTAUSDT");

Also available for IOTAUSDT: daily candles, hourly candles · full API documentation

More crypto instruments