sendTransaction
• Pushes a signed transaction to the blockchain network.
• Core function for any system sending UAX coins.
curl -X POST http://localhost:8492 -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "send_transaction", "params": { "privatekey": "Your Private Key", "pass": "Account Password", "amount": 10, "recipient": "D33I9VV501Hg.uaxn", "remark": "UAXN" }, "id": 1}'Response