Static Page Generated at: 2/25/2026, 9:20:13 AM
This page was pre-rendered at build time with snapshot data - perfect for SEO and lightning-fast loading
Price Overview (Build-time Snapshot)
Current Price
$0.154076
24h Change
+2.78%
Market Cap
$5,061,103,692.00
Rank #21
Volume (24h)
$90,346,063.00
Price Performance
24h Change+2.78%
7d Change-8.81%
30d Change-25.71%
30-Day Statistics
Average Price$30,390.12
Highest Price$30,909.04
Lowest Price$30,009.01
Comprehensive Market Data
All-Time High
$0.875563
-82.40%
All-Time Low
$0.000476
+32259.60%
Circulating Supply
32.86B
XLM
Total Supply
50.00B
XLM
About Stellar
The Stellar network is an open source, distributed, and community owned network used to facilitate cross-asset transfers of value. Stellar aims to help facilitate cross-asset transfer of value at a fraction of a penny while aiming to be an open financial system that gives people of all income levels access to low-cost financial services. Stellar can handle exchanges between fiat-based currencies and between cryptocurrencies. Stellar.org, the organization that supports Stellar, is centralized like XRP and meant to handle cross platform transactions and micro transactions like XRP.
Official Links
Technical Info
0
SSG Benefits for Cryptocurrency Information
⚡ Performance
- • Instant loading from CDN
- • Perfect for SEO and sharing
- • No API calls on page load
- • Consistent fast experience
📊 Use Cases
- • Cryptocurrency profiles & overviews
- • Educational content about coins
- • Historical analysis reports
- • Marketing and landing pages
SSG Implementation for Coin Pages
This page was pre-generated using generateStaticParams for the top 50 cryptocurrencies. The data represents a snapshot from build time, making it perfect for general information that doesn't need real-time updates.
export async function generateStaticParams() {
const cryptos = await cryptoApi.getTopCryptos(50);
return cryptos.map(crypto => ({ id: crypto.id }));
}