Menu

CLI — Wallet & billing

metalhost wallet (alias billing) manages org wallets, top-ups, usage, and invoices.

Balance & rates

CommandWhat it does
wallet balance WALLETAvailable + held balance.
wallet ratesPublic meter rates.
wallet forecast --billing-account NAMEMTD spend + forecast.

Top-ups

CommandWhat it does
wallet top-up stripe --wallet ... --amount-minor ...Stripe PaymentIntent.
wallet top-up coinbase --wallet ... --amount-minor ...Coinbase USDC checkout.
wallet payment-method setup-intent ...Add a card.
wallet payment-method list ...List saved cards.

Auto-recharge & alerts

CommandWhat it does
wallet auto-recharge configure WALLET ...Threshold + amount.
wallet alerts configure WALLET ...Balance / days-remaining alerts.

Usage & invoices

CommandWhat it does
wallet usage query ...Bucketed usage.
wallet usage export ...CSV/NDJSON export URL.
wallet invoice list --billing-account NAMEList invoices.
wallet invoice pdf NAMEPresigned PDF URL.

What's next