biquote
Home/Crypto/GALAUSDT
crypto · Crypto

GALAUSDT

GALA / USDT
0.001945
9.41% today
Last 24 hours
Bid
0.001945
Ask
0.001946
Day High
0.002187
Day Low
0.001878

GALAUSDT daily history

DateOpenHighLowCloseChange
24 Sept 20260.001910.001950.001890.00195+1.94%
23 Sept 20260.002160.002190.001880.00191-11.48%
22 Sept 20260.002100.002180.002100.00216+2.59%

GALAUSDT API access

GALA / 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/GALAUSDT"
Python
import requests

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

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

More crypto instruments