Skip to main content
Here are practical examples of everyday tasks you can accomplish with the Moneda CLI. All examples assume you’ve already authenticated with moneda auth login.

Check your balance

See your current USD and EUR balances:
Get the output as JSON for scripting:

List recent transactions

Show your last 10 transactions:
Filter by currency and date range:

Send a payment

Send $50 to a Moneda contact:
All payments require confirmation in the Moneda mobile app. The CLI will display a pending payment ID and wait for your approval.
Check on a pending payment:

Export transactions for taxes

Export all transactions from a specific year as CSV:
Or as JSON for further processing:

Add a contact

Add a Moneda user to your contacts:
Search for a user first if you’re not sure of their username:

Search the knowledge base

Find answers to common questions:

Check your inbox

See unread in-app notifications without opening the app:
Or just the count:

Audit your recovery setup

Check whether ZK email recovery is fully configured:
List the recovery emails on file:
See if a recovery is currently in flight on your account:

Categorize a CSV worth of transactions

Bulk-categorize from a JSON file (max 25 per call):

Look at your vaults

List your sub-accounts and aggregate wealth:

Use with scripts

The CLI is designed to work well with other command-line tools. Use --output json and pipe to jq, grep, or any other tool: Get just your USD balance:
Count transactions this month:
List all contacts as a simple name list:
Combine --quiet with --output json for clean, parseable output in automated scripts with no extra logging.

What’s next?

Command Reference

Full reference of every CLI command and flag.

CLI Authentication

Manage your CLI session and credentials.

REST API

Use the REST API directly for deeper integrations.

Use Cases

More ideas for what you can do with Moneda.