Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 691 Bytes

sendTransaction.md

File metadata and controls

25 lines (13 loc) · 691 Bytes

< EON API Documentation

transaction/sendTransaction

Validates and sends a transaction, given its serialization as input. Then returns the id of the transaction.

Parameters

Name Type Required Description
transactionBytes String yes HexString represantation of the bytes to decode

Example request

curl -sX POST 'http://127.0.0.1:9085/transaction/sendTransaction' -H 'Content-Type: application/json' -H 'accept: application/json' -d '{"transactionBytes": "0x.........022"}'

Example response

{ "transactionId": "xxxxxxxxxxxxxxxxx" }