Please use json data to choose wallet commands. For example, curl -s localhost:9090/wallet/v2 -d '{"method": "create_account", "params": {"name": "Alice"}}' -X POST -H 'Content-type: application/json' Available commands are: assign_address_for_account { account_id: "", metadata: None } build_and_submit_transaction { account_id: "", addresses_and_amounts: None, recipient_public_address: None, amount: None, input_txo_ids: None, fee_value: None, fee_token_id: None, tombstone_block: None, max_spendable_value: None, comment: None, block_version: None, sender_memo_credential_subaddress_index: None, payment_request_id: None } build_burn_transaction { account_id: "", amount: Amount { value: [REDACTED alloc::string::String], token_id: [REDACTED alloc::string::String] }, redemption_memo_hex: None, input_txo_ids: None, fee_value: None, fee_token_id: None, tombstone_block: None, max_spendable_value: None, block_version: None } build_transaction { account_id: "", addresses_and_amounts: None, recipient_public_address: None, amount: None, input_txo_ids: None, fee_value: None, fee_token_id: None, tombstone_block: None, max_spendable_value: None, block_version: None, sender_memo_credential_subaddress_index: None, payment_request_id: None } build_unsigned_burn_transaction { account_id: "", amount: Amount { value: [REDACTED alloc::string::String], token_id: [REDACTED alloc::string::String] }, redemption_memo_hex: None, input_txo_ids: None, fee_value: None, fee_token_id: None, tombstone_block: None, max_spendable_value: None, block_version: None } build_unsigned_transaction { account_id: "", addresses_and_amounts: None, recipient_public_address: None, amount: None, input_txo_ids: None, fee_value: None, fee_token_id: None, tombstone_block: None, max_spendable_value: None, block_version: None } check_b58_type { b58_code: "" } check_receiver_receipt_status { address: "", receiver_receipt: ReceiverReceipt { public_key: "", confirmation: "", tombstone_block: "", amount: MaskedAmount { commitment: "", masked_value: "", masked_token_id: "", version: V1 } } } create_account { name: None, fog_info: None } create_payment_request { account_id: "", subaddress_index: None, amount: Amount { value: [REDACTED alloc::string::String], token_id: [REDACTED alloc::string::String] }, memo: None } create_receiver_receipts { tx_proposal: TxProposal { input_txos: [], payload_txos: [], change_txos: [], fee_amount: Amount { value: [REDACTED alloc::string::String], token_id: [REDACTED alloc::string::String] }, tombstone_block_index: "", tx_proto: "" } } create_view_only_account_import_request { account_id: "" } create_view_only_account_sync_request { account_id: "" } export_account_secrets { account_id: "" } get_account_status { account_id: "" } get_accounts { offset: None, limit: None } get_address_details { address: "" } get_address_for_account { account_id: "", index: 0 } get_address_status { address: "" } get_address { public_address_b58: "" } get_addresses { account_id: None, offset: None, limit: None } get_balance { account_id: "" } get_block { block_index: None, txo_public_key: None } get_blocks { first_block_index: "", limit: 0 } get_recent_blocks { limit: None } get_confirmations { transaction_log_id: "" } get_mc_protocol_transaction { transaction_log_id: "" } get_mc_protocol_txo { txo_id: "" } get_network_status get_token_metadata get_transaction_log { transaction_log_id: "" } get_transaction_logs { account_id: None, min_block_index: None, max_block_index: None, offset: None, limit: None } get_txo_block_index { public_key: "" } get_txo_membership_proofs { outputs: [] } get_txo { txo_id: "" } get_txos { account_id: None, address: None, status: None, token_id: None, min_received_block_index: None, max_received_block_index: None, offset: None, limit: None } get_wallet_status import_account_from_legacy_root_entropy { entropy: "", name: None, first_block_index: None, next_subaddress_index: None, fog_info: None } import_account { mnemonic: "", name: None, first_block_index: None, next_subaddress_index: None, fog_info: None } import_view_only_account { view_private_key: "", spend_public_key: "", name: None, first_block_index: None, next_subaddress_index: None } import_view_only_account_from_hardware_wallet { name: None, first_block_index: None, fog_info: None } remove_account { account_id: "" } resync_account { account_id: "" } sample_mixins { num_mixins: 0, excluded_outputs: [] } search_ledger { query: "" } submit_transaction { tx_proposal: TxProposal { input_txos: [], payload_txos: [], change_txos: [], fee_amount: Amount { value: [REDACTED alloc::string::String], token_id: [REDACTED alloc::string::String] }, tombstone_block_index: "", tx_proto: "" }, comment: None, account_id: None } sync_view_only_account { account_id: "", synced_txos: None } update_account_name { account_id: "", name: "" } validate_confirmation { account_id: "", txo_id: "", confirmation: "" } validate_sender_memo { txo_id: "", sender_address: "" } verify_address { address: "" } version