Wallet & Pricing
Monitor your account usage, check credit balances, and review resource pricing.
Wallet Balance
Check your current available USD balance inside your Podstack wallet:
# Basic output
podstack wallet balance
# JSON output
podstack wallet balance -o json
View Expenditure
Track costs over time and monitor your account expenditure:
# View recent expenditure
podstack wallet expenditure
# JSON output
podstack wallet expenditure -o json
Resource Pricing
Display the current pricing information for compute resources and various GPU types:
# View rates table
podstack pricing
# Get pricing as JSON (useful for automation cost calculations)
podstack pricing -o json