-
Notifications
You must be signed in to change notification settings - Fork 66
RPC Wallet API
katz edited this page Aug 26, 2020
·
32 revisions
On this page you will find description of every method in the Conceal RPC Wallet API. The Conceal RPC Wallet is a HTTP server which provides JSON 2.0 RPC interface for Conceal payment operations and address management. Each method has its own page that can be found by clicking on this method.
More on how to start and operate Conceal RPC Wallet can be found here:
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
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods