User Tools

Site Tools


wiki:monero_curl_commands

This is an old revision of the document!


monero curl commands

Assuming monero-wallet-rpc is running on port 18082 and requires authentication.

Get wallet:

curl -u <user>:<password> --digest http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","mehod":"get_balance","params":{"all_accounts":true}}' -H 'Content-Type: application/json'

You must pass –digest for the auth to work.

Rest of the examples can be found at https://www.getmonero.org/resources/developer-guides/wallet-rpc.html

Tested on

  • Monero 'Fluorine Fermi' (v0.18.3.3-release)

See also

References

wiki/monero_curl_commands.1761737706.txt.gz · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki