🚀 PsCoinMarketCap

💎 The Complete PowerShell Module for CoinMarketCap API v1

✅ Production Ready • 🚀 16 Functions • 📦 PowerShell Gallery • 🔧 Full Test Coverage

📦 Installation

Install-Module -Name PsCoinMarketCap
Import-Module PsCoinMarketCap

🔑 Getting Started

# 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

📈 Available Functions (16 Total)

Complete PowerShell interface to CoinMarketCap API including:

📚 Documentation


Made with ❤️ for the PowerShell community | @jorgeasaurus