Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moneda.com/llms.txt

Use this file to discover all available pages before exploring further.

All Moneda CLI commands follow the pattern moneda <group> <command> [options]. Use moneda <group> --help to see available commands in any group.
Manage your CLI session.
CommandDescription
moneda auth loginOpen browser to authenticate with OAuth
moneda auth logoutClear stored credentials
moneda auth statusShow current session info (username, email, token expiry)
View your account details and settings.
CommandDescription
moneda account showList registered external wallets and bank accounts
moneda account balanceShow balances for USD and EUR accounts
moneda account walletDisplay your smart wallet address on Base
moneda account settingsView app preferences and notification settings
moneda account virtual-accountsShow IBAN and ACH virtual account details
Browse, categorize, and export your transactions.
CommandDescription
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
Manage your Moneda and external contacts.
CommandDescription
moneda contact listList 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
Send money and check payment status.
CommandDescription
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.
Check your points balance and activity.
CommandDescription
moneda points balanceShow your current points balance
moneda points activity [--limit N]View points earning and redemption history
Manage your referral program.
CommandDescription
moneda referral codeDisplay your unique referral link
moneda referral listShow friends you’ve referred and their status
Search the Moneda knowledge base.
CommandDescription
moneda knowledge search <query>Search FAQs about Moneda
Manage saved bank accounts.
CommandDescription
moneda bank listList your saved bank accounts
moneda bank add --type <iban|ach> [--iban IBAN] [--routing NUM --account NUM]Save a new bank account
Manage saved external wallets.
CommandDescription
moneda wallet listList your saved external wallets
moneda wallet add <address> [--label NAME]Save an external crypto wallet
Read-only access to your sub-accounts (nested Safe smart accounts).
CommandDescription
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 wealthAggregate wealth across the main account + every live vault
moneda wealthTop-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.
Read-only access to social recovery contacts and ZK email-based recovery.
CommandDescription
moneda recovery contactsList 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.
Current rate quotes.
CommandDescription
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 breakdown over a time period.
CommandDescription
moneda spending summary [--period 7d|30d|90d] [--currency USD|EUR|CHF]Spending totals by category and type group
Read-only access to in-app notifications.
CommandDescription
moneda notification list [--filter all|unread] [--limit N] [--cursor UUID]List in-app notifications, newest first
moneda notification unread-countNumber 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.
Manage CLI settings.
CommandDescription
moneda config set <key> <value>Set a configuration value (e.g., default output format)
moneda config get <key>Get a configuration value
moneda config listShow all configuration settings
Make raw HTTP requests to the Moneda REST API.
CommandDescription
moneda api <method> <path> [--data JSON]Send a raw API request with your auth token
This is useful for accessing endpoints that don’t have a dedicated CLI command, or for scripting and debugging.
moneda api GET /v1/balances
moneda api PATCH /v1/profile --data '{"displayName": "Alice"}'

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.