✅ Production Ready • 🚀 16 Functions • 📦 PowerShell Gallery • 🔧 Full Test Coverage
Install-Module -Name PsCoinMarketCap
Import-Module PsCoinMarketCap
# Set up your API key
Set-CMCApiKey -ApiKey "your-api-key-here"
# Get top 10 cryptocurrencies
Get-CMCListings -Limit 10
# Get Bitcoin price
Get-CMCQuotes -Symbol "BTC" -Convert "USD"
# Get stablecoin data
Get-CMCStablecoins -Limit 5
Complete PowerShell interface to CoinMarketCap API including:
Made with ❤️ for the PowerShell community | @jorgeasaurus