crypto · Crypto
CAKEUSDT
CAKE / USDT
2.6105
▼ 2.32% today
Last 24 hours
Bid
2.6100
Ask
2.6110
Day High
2.7260
Day Low
2.5100
CAKEUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 2.561 | 2.626 | 2.560 | 2.611 | +1.95% |
| 23 Sept 2026 | 2.569 | 2.726 | 2.510 | 2.561 | -0.31% |
| 22 Sept 2026 | 2.514 | 2.594 | 2.505 | 2.569 | +2.19% |
CAKEUSDT API access
CAKE / 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/CAKEUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/CAKEUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/CAKEUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for CAKEUSDT
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", "CAKEUSDT");Also available for CAKEUSDT: daily candles, hourly candles · full API documentation
News about CAKEUSDT
- 2.554 Trade CAKE/USDT Spot | Crypto, bStocks & tCommoditiesBinance·291w ago
- PancakeSwap price today, CAKE to USD live price, marketcap and chartCoinMarketCap·312w ago
- 2.5527 [CAKEUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- PancakeSwap Enables Zap Liquidity Feature on Infinity PoolsTradingView·43w ago
- 2.4104 | CAKEUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·100w ago
- Trade Crypto on MEXC | Enjoy Lower Fees and Higher Profits!MEXC·270w ago