Make sure this is added to your settings.json file: "apiRestricted": false
-
Click "Try it out"
Remove "txGroupId": 0, as it is not needed.
Place 0.001 in place of 0 after "fee":
Replace "ownerPublicKey" example with Public Key of Account of Name to Change. You can find it clicking the settings wheel upper right of the UI.
Copy Account address
-
Click "Try it out"
Place Address in address box and Hit Execute
Copy code in Response body
Place that code in place of example for "reference":
Make sure you have atleast 0.001 in Account Wallet (for transaction fee)
Replace "my-name" with existing Name to change and replace "my-new-name" with new Name.
-
Replace timestamp example with latest timestamp and click Execute
Copy response body code
-
Replace example of body code above after "transactionBytes":
-
Login and ignore APIkey request
Open Firefox Web Development Tools Firefox menu > Web Developer > Browser Console (Might need to add Chrome/Brave info too)
Paste "Base58.encode(reduxStore.getState().app.selectedAddress.seed)" in console and Hit Enter to get private key
-
Copy Response body
-
Past Responce code in place of "raw transaction base58" and Click Execute. You will get true if accepted.