Skip to content

RPC Wallet API

katz edited this page Aug 26, 2020 · 32 revisions

To make a JSON PRC request to your Conceal RPC Wallet you should use POST request that looks like this:

 http://<service address>:<service port>/json_rpc

Where:

  • <service address> is an IP of Conceal RPC Wallet, if RPC Wallet is located on local machine it is either 127.0.0.1 or localhost,
  • <service port> is Conceal RPC Wallet port, by default it is binded to 8070 port, but it can be manually binded to any port you want, read more about this
Clone this wiki locally