All Moneda CLI commands follow the patternDocumentation Index
Fetch the complete documentation index at: https://docs.moneda.com/llms.txt
Use this file to discover all available pages before exploring further.
moneda <group> <command> [options]. Use moneda <group> --help to see available commands in any group.
auth — Authentication
auth — Authentication
Manage your CLI session.
| Command | Description |
|---|---|
moneda auth login | Open browser to authenticate with OAuth |
moneda auth logout | Clear stored credentials |
moneda auth status | Show current session info (username, email, token expiry) |
account — Account Information
account — Account Information
View your account details and settings.
| Command | Description |
|---|---|
moneda account show | List registered external wallets and bank accounts |
moneda account balance | Show balances for USD and EUR accounts |
moneda account wallet | Display your smart wallet address on Base |
moneda account settings | View app preferences and notification settings |
moneda account virtual-accounts | Show IBAN and ACH virtual account details |
transaction — Transactions
transaction — Transactions
Browse, categorize, and export your transactions.
| Command | Description |
|---|---|
moneda transaction list [--limit N] [--currency USD|EUR] [--from DATE] [--to DATE] | List transactions with optional filters |
moneda transaction show <hash> | Show a single transaction by hash |
moneda transaction categorize <id> <category> | Assign a spending category to a transaction |
moneda transaction note <id> <text> | Add or update a note on a transaction |
moneda transaction batch-categorize [-f FILE | --updates JSON] | Categorize up to 25 transactions in one request |
moneda transaction batch-note [-f FILE | --updates JSON] | Attach notes to up to 25 transactions in one request |
moneda transaction export [--year YYYY] [--format csv|json] | Export transactions for a given period |
contact — Contacts
contact — Contacts
Manage your Moneda and external contacts.
| Command | Description |
|---|---|
moneda contact list | List all saved contacts |
moneda contact add <username> | Add a Moneda user to your contacts |
moneda contact search <query> | Search for Moneda users by name, email, or phone |
payment — Payments
payment — Payments
Send money and check payment status.
| Command | Description |
|---|---|
moneda payment send --to <recipient> --amount <N> --currency <USD|EUR> | Initiate a payment (requires approval in the Moneda app) |
moneda payment status <id> | Check the status of a pending payment |
Payments initiated via the CLI always require confirmation in the Moneda mobile app before they are executed.
points — Points & Rewards
points — Points & Rewards
Check your points balance and activity.
| Command | Description |
|---|---|
moneda points balance | Show your current points balance |
moneda points activity [--limit N] | View points earning and redemption history |
referral — Referrals
referral — Referrals
Manage your referral program.
| Command | Description |
|---|---|
moneda referral code | Display your unique referral link |
moneda referral list | Show friends you’ve referred and their status |
knowledge — FAQ & Help
knowledge — FAQ & Help
Search the Moneda knowledge base.
| Command | Description |
|---|---|
moneda knowledge search <query> | Search FAQs about Moneda |
bank — Bank Accounts
bank — Bank Accounts
Manage saved bank accounts.
| Command | Description |
|---|---|
moneda bank list | List your saved bank accounts |
moneda bank add --type <iban|ach> [--iban IBAN] [--routing NUM --account NUM] | Save a new bank account |
wallet — External Wallets
wallet — External Wallets
Manage saved external wallets.
| Command | Description |
|---|---|
moneda wallet list | List your saved external wallets |
moneda wallet add <address> [--label NAME] | Save an external crypto wallet |
sub-account / vault — Sub-accounts (Vaults)
sub-account / vault — Sub-accounts (Vaults)
Read-only access to your sub-accounts (nested Safe smart accounts).
| Command | Description |
|---|---|
moneda sub-account list [--include-closed] | List your sub-accounts |
moneda sub-account get --id <UUID> | Show full detail for one sub-account |
moneda sub-account balance --id <UUID> [--currency USDC|EURC|CHFAU] | Read on-chain balances for a sub-account |
moneda sub-account wealth | Aggregate wealth across the main account + every live vault |
moneda wealth | Top-level alias for sub-account wealth |
moneda vault is an alias for moneda sub-account.Mutations (create / top-up / withdraw / freeze / close) require a passkey-signed UserOp from the Moneda mobile app and are not exposed via the CLI.
recovery — Account Recovery
recovery — Account Recovery
Read-only access to social recovery contacts and ZK email-based recovery.
| Command | Description |
|---|---|
moneda recovery contacts | List your recovery contacts and people who have you as their guardian |
moneda recovery emails-list [--account-id UUID] | List email addresses set up for ZK email-based recovery |
moneda recovery emails-get --id <UUID> | Get full detail for one recovery email |
moneda recovery config [--account-id UUID] | Show accepted recovery emails, total weight, and threshold |
moneda recovery status [--account-id UUID] | Latest recovery request snapshot — is a recovery in flight? |
Recovery initiation, guardian invitation, and recovery execution are passkey-signed flows that live in the mobile app.
rates — Rate Quotes
rates — Rate Quotes
Current rate quotes.
| Command | Description |
|---|---|
moneda rates apy [--currency USD|EUR|CHF] | Annual percentage yield (APY) rates for earnings products |
moneda rates exchange [--from CCY] [--to CCY] | Pairwise FX rate between supported currencies |
spending — Spending Summary
spending — Spending Summary
Spending breakdown over a time period.
| Command | Description |
|---|---|
moneda spending summary [--period 7d|30d|90d] [--currency USD|EUR|CHF] | Spending totals by category and type group |
notification / notifications — In-app Inbox
notification / notifications — In-app Inbox
Read-only access to in-app notifications.
| Command | Description |
|---|---|
moneda notification list [--filter all|unread] [--limit N] [--cursor UUID] | List in-app notifications, newest first |
moneda notification unread-count | Number of unread notifications |
Mark-as-read / dismiss / clear-all are tied to the active mobile push session and stay in the app — they’re not exposed via the CLI.
config — Configuration
config — Configuration
Manage CLI settings.
| Command | Description |
|---|---|
moneda config set <key> <value> | Set a configuration value (e.g., default output format) |
moneda config get <key> | Get a configuration value |
moneda config list | Show all configuration settings |
api — Raw API Calls
api — Raw API Calls
Make raw HTTP requests to the Moneda REST API.
This is useful for accessing endpoints that don’t have a dedicated CLI command, or for scripting and debugging.
| Command | Description |
|---|---|
moneda api <method> <path> [--data JSON] | Send a raw API request with your auth token |
What’s next?
CLI Examples
See common workflows and scripting patterns.
CLI Authentication
Set up and manage your CLI credentials.
API Endpoints
See the full REST API endpoint reference.
Scopes
Understand which permissions each command uses.
