crypto · Crypto
AXSUSDT
AXS / USDT
1.0425
▼ 7.54% today
Last 24 hours
Bid
1.0420
Ask
1.0430
Day High
1.1610
Day Low
1.0200
AXSUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 1.034 | 1.046 | 1.020 | 1.043 | +0.87% |
| 23 Sept 2026 | 1.133 | 1.160 | 1.029 | 1.034 | -8.74% |
| 22 Sept 2026 | 1.080 | 1.147 | 1.077 | 1.132 | +4.82% |
AXSUSDT API access
AXS / 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/AXSUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/AXSUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/AXSUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for AXSUSDT
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", "AXSUSDT");Also available for AXSUSDT: daily candles, hourly candles · full API documentation
News about AXSUSDT
- BINANCE:AXSUSDT Chart Image by GENESIS_LIVETradingView·11h ago
- AXS (Axie Infinity) 24-hour volatility at 41.0%: price rebounded from a low of $1.097 to a high of $1.547, with trading volume surging by over $200 million.Bitget·21w ago
- 1.033 Trade AXS/USDT Spot | Crypto, bStocks & tCommoditiesBinance·307w ago
- Axie Infinity price today, AXS to USD live price, marketcap and chartCoinMarketCap·254w ago
- 1.0072 [AXSUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 1.1289 | AXSUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·271w ago