Making an outgoing transaction
api/v1
$ curl -X POST http://localhost:2442/api/v1/transaction \
-H 'Content-Type: application/json;charset=utf-8' \
-d '{
"tx": [
{
"name": "test",
"password": "test",
"address": "H23fF8ktBWYwK7aHFbPSW52LtoHcbDvmT",
"amount": "0.000000001",
"minerFee": "0.000000001"
}
]
}'Last updated