Creating an outgoing transaction
api/v3
Last updated
api/v3
Last updated
Create a transaction on the Hycon network.
Body (Content-Type: application/json):
POST/api/v3/tx/
Example request
Parameter
Type
Required
Description
from
string
Required
A Hycon wallet address of the sender.
to
string
Required
A Hycon wallet address of the receiver.
amount
string
Required
Amount of Hycon to send to the recipient.
fee
string
Required
Transaction fee that the sender pays for the transaction transfer.
signature
string
Required
A value signed to the transaction by the private key of the sender.
recovery
number
Required
Transaction recovery value.
nonce
number
Required
The transaction number sent by the from address.