{
    "success": true,
    "data": [
        {
            "id": "bitcoin",
            "symbol": "BTC",
            "name": "Bitcoin",
            "icon": "fab fa-bitcoin",
            "price": 8500000,
            "change_24h": 2.5,
            "volume_24h": 2500000000,
            "market_cap": 850000000000
        },
        {
            "id": "ethereum",
            "symbol": "ETH",
            "name": "Ethereum",
            "icon": "fab fa-ethereum",
            "price": 450000,
            "change_24h": 1.8,
            "volume_24h": 1500000000,
            "market_cap": 350000000000
        }
    ],
    "metadata": {
        "currency": "PKR",
        "last_updated": "2026-03-02 06:48:50",
        "source": "CoinGecko",
        "count": 2
    },
    "timestamp": "2026-09-24T06:32:05+05:00"
}