Links
Comment on page

Wallet

All of the wallet end points
get
http://127.0.0.1:31567
/wallet/exists
Wallet Exists?
get
http://127.0.0.1:31567
/wallet/address
Public Address
get
http://127.0.0.1:31567
/wallet/balance
Asset Balances
get
http://127.0.0.1:31567
/wallet/receivedbyaddress
Received by address
get
http://127.0.0.1:31567
/wallet/addressoutputs
Address Output
get
http://127.0.0.1:31567
/wallet/addressbalance
Address Balance
get
http://127.0.0.1:31567
/wallet/remove
Remove Wallet
get
http://127.0.0.1:31567
/wallet/zenpublickey
Zen Public Key (XPUB)
get
http://127.0.0.1:31567
/wallet/resync
Resync
get
http://127.0.0.1:31567
/wallet/transactioncount
Transaction Count
get
http://127.0.0.1:31567
/wallet/transactions
Transaction History
post
http://127.0.0.1:31567
/wallet/import
Import Wallet
post
http://127.0.0.1:31567
/wallet/publickey
Public Key
post
http://127.0.0.1:31567
/wallet/send
Send Transaction
post
http://127.0.0.1:31567
/wallet/sign
Sign
post
http://127.0.0.1:31567
/wallet/checkpassword
Check Password
post
http://127.0.0.1:31567
/wallet/mnemonicphrase
Retrive Mnemonic Phrase
post
http://127.0.0.1:31567
/wallet/createrawtransaction
Create Hex Transaction
post
http://127.0.0.1:31567
/wallet/rawtransaction/create
Create raw transaction
post
http://127.0.0.1:31567
/wallet/rawtransaction/sign
Sign Raw Transaction
post
http://127.0.0.1:31567
/wallet/keys
Get Wallet Keys
post
http://127.0.0.1:31567
/wallet/rawtransaction/publish
Publish Raw Transaction
post
http://127.0.0.1:31567
/wallet/importwatchonlyaddress
Import watchonly address
post
http://127.0.0.1:31567
/wallet/getnewaddress
Get new address
post
http://127.0.0.1:31567
/wallet/restorenewaddresses
Restore new address
post
http://127.0.0.1:31567
/wallet/importzenpublickey
Import Zen Public Key
post
http://127.0.0.1:31567
/wallet/contract/execute
Execute Contract
post
http://127.0.0.1:31567
/wallet/contract/activate
Activate Contract
post
http://127.0.0.1:31567
/wallet/contract/extend
Extend Contract
post
http://127.0.0.1:31567
/wallet/contract/cgp
Execute CGP Contract
Last modified 6mo ago