-
Notifications
You must be signed in to change notification settings - Fork 64
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
© 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