biquote
Home/Crypto/KAVAUSDT
crypto · Crypto

KAVAUSDT

KAVA / USDT
0.07025
0.00% today
Last 24 hours
Bid
0.07023
Ask
0.07026
Day High
0.07056
Day Low
0.0689

KAVAUSDT daily history

DateOpenHighLowCloseChange
24 Sept 20260.069480.070580.069480.07025+1.10%
23 Sept 20260.070490.070540.068940.06947-1.44%
22 Sept 20260.069770.070510.069680.07047+1.00%

KAVAUSDT API access

KAVA / 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/KAVAUSDT"
Python
import requests

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

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

More crypto instruments