Skip to content

RPC Wallet API

AxVultis edited this page Nov 13, 2022 · 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 bound to 8070 port, but it can be manually bound to any port you want, read more about this
Clone this wiki locally