moonpay-wallet-statusline-refresh
Refresh wallet status line
Goal
Refresh the cached MoonPay wallet balances shown in a compatible CLI status line.
Prerequisites
- MoonPay CLI installed:
npm i -g @moonpay/cli - Authenticated:
mp verify - Status line config exists:
~/.config/moonpay/statusline.json - Refresh script exists:
~/.config/moonpay/refresh-statusline.sh
If the config or refresh script is missing, run the moonpay-wallet-statusline setup skill first.
Commands
# Run the refresh script
More from moonpay/skills
moonpay-commerce
Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.
53moonpay-check-wallet
Check wallet balances and holdings. Use for "what's in my wallet", portfolio breakdown, token balances, allocation percentages, and USD values.
43moonpay-trading-automation
Set up automated trading strategies — DCA, limit orders, and stop losses — by composing mp CLI commands with OS scheduling (cron/launchd).
40moonpay-auth
Set up the MoonPay CLI, authenticate, and manage local wallets. Use when commands fail, for login, or to create/import wallets.
37moonpay-prediction-market
Trade on prediction markets (Polymarket, Kalshi). Search markets, buy/sell positions, track PnL, and view trade history.
37moonpay-buy-crypto
Buy crypto with fiat via MoonPay. Returns a checkout URL to complete the purchase in a browser.
36