Login Signup

Market Overview

Total Market Cap $0
24h Volume $0
BTC Dominance 0%
Active Coins 0

Virtual Trading Portfolio

Balance (USDT) 10,000.00
Crypto Holdings 0 coins
Portfolio Value 10,000.00
Profit/Loss +0.00 (0%)

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

Showing data with realistic patterns including market cycles, weekend effects, and volatility

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

How do I start trading?
Click on any cryptocurrency in the dashboard and use the BUY/SELL buttons to execute trades with your virtual portfolio.
Is this real money?
No, CRYPTOMETER uses virtual money for practice trading. You start with $10,000 USDT to test your trading strategies.
How are prices updated?
Prices are simulated in real-time to mimic actual market behavior without using API calls.
Can I reset my portfolio?
Yes, use the "Reset Portfolio" button to start over with fresh $10,000 USDT balance.

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 data
  • getCrypto(symbol) - Get specific crypto by symbol
  • getTopCryptos(count) - Get top cryptos by market cap
  • getTopGainers(count) - Get top gaining cryptos
  • getTopLosers(count) - Get top losing cryptos
  • getTrades(count) - Get recent trades
  • searchCryptos(query) - Search for cryptocurrencies
  • getMarketStats() - 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.

Data Management