Market Overview
Virtual Trading Portfolio
Transaction History
No transactions yet. Start trading!
All Cryptocurrencies
| # | Name | Price | 24h Change | 24h Volume | Market Cap | Action |
|---|
Live Trading Activity
Real-time trade execution across all exchanges
Historical Price Data
View historical price movements with customizable time ranges and intervals
Technical Indicators
Trading Signals
Select indicators to generate trading signals
Price Alerts
Set price alerts to get notified when prices reach your target
Create New Alert
Active Alerts
No alerts created yet
Support Desk
Get help with your trading experience
Documentation
Learn how to use all features of CRYPTOMETER
Video Tutorials
Watch step-by-step guides for beginners
Community
Join our Discord community for support
Contact Us
Send us an email for direct assistance
Frequently Asked Questions
API Documentation
Integrate CRYPTOMETER data into your applications
Getting Started
Access our mock API endpoints to retrieve cryptocurrency data
const data = window.cryptoData;
const allCryptos = data.getAllCryptos();
const bitcoin = data.getCrypto('BTC');
Available Methods
getAllCryptos()- Get all cryptocurrency datagetCrypto(symbol)- Get specific crypto by symbolgetTopCryptos(count)- Get top cryptos by market capgetTopGainers(count)- Get top gaining cryptosgetTopLosers(count)- Get top losing cryptosgetTrades(count)- Get recent tradessearchCryptos(query)- Search for cryptocurrenciesgetMarketStats()- Get overall market statistics
Example Response
{
"symbol": "BTC",
"name": "Bitcoin",
"price": 43250.50,
"change24h": 2.45,
"volume24h": 28500000000,
"marketCap": 850000000000
}
Settings
Customize your trading experience
Display Settings
Notifications
Trading Settings
Data Source
When enabled, prices are fetched from Binance API (primary) and CoinGecko API (fallback). Updates every 30 seconds.