# Wallet Sending via API
Before we can call the following wallet API, we need run a grin wallet listening on owner api
$ grin wallet owner_api
From the grin-wallet.log file we can see the following information:
INFO grin_wallet::controller - Starting HTTP Owner API server at 127.0.0.1:13420
Http/s Method
But if I want to remotely call the Wallet Owner API and the Wallet Foreign API on another service machine, how do I configure them?
Otherwise, if the system defaults, only the Wallet Owner API and Wallet Foreign API calls are made on the current server