Method: getWallet
- https://api.namemycryptowallet.com/index.php?method=getWallet&walletname=x&coin=y
Where x = a string containing the name of the wallet and y= coin ticker symbol.
e.g. : x=JP.s.nakamoto.PRVT y=BTC
Response is a JSON string containing the field with the walletadress [registered_target].
Method: getWalletInfo
- https://api.namemycryptowallet.com/index.php?method=getWalletInfo&walletname=x&coin=y
Where x = a string containing the name of the wallet and y= coin ticker symbol.
e.g. : x=JP.s.nakamoto.PRVT y=BTC
Response is a JSON string containing the registration data [registered_wnsname, registered_target, registered_date, registered_enddate].
Implementation Example (Electrum)
To get you started we have posted some screenshots. With these, relative, small changes you can get up and running fast!
- Add the imports for the new modules & add the button to the control;
- Add the method for the button;