How to sign/create a transaction using nem nis restful api

I’m unable to create a transaction using nodejs2nem. Which Api method will allow me to transfer from one address to another address? Can anyone Guide me about the flow of creating a transaction?

When i try /transaction/prepare-announce
this method i got error as follow:

{ timeStamp: 94658972,
error: ‘Internal Server Error’,
message: ‘expected value for property transaction, but none was found’,
status: 500 }

assuming there isnt a specific need to roll it yourself, you may be better off using something like nemlibrary. https://nemlibrary.com/

1 Like

i dont want to use any third party library, i want to sign/create transaction on my own.