biquote
Home/Crypto/LINKUSDT
crypto · Crypto

LINKUSDT

LINK / USDT
12.38
5.24% today
Last 24 hours
Bid
12.38
Ask
12.38
Day High
13.22
Day Low
12.05

LINKUSDT daily history

DateOpenHighLowCloseChange
24 Sept 202612.35612.40412.18112.376+0.16%
23 Sept 202613.05013.21912.06112.356-5.32%
22 Sept 202612.93413.13012.84213.047+0.87%

LINKUSDT API access

LINK / 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/LINKUSDT"
Python
import requests

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

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

More crypto instruments