Submit Signed Transaction
This endpoint is used to broadcast a signed singular transaction.
Transactions submitted to this endpoint must include a bloXroute tip payment in order to be processed.
Request
Method:
POST ./wallet/broadcasttransaction
Parameters:
txID
string
Transaction id (hash). Optional
visible
bool
True if addresses are in base58 format.
False (default) if in hex format. Optional
raw_data
json
Transaction raw data in json representation
raw_data_hex
string
Hex representation of protobuf marshaled raw_data
signature
[]string
Signature for the given Transaction
Request example:
Response:
Fields:
result
bool
Whether the broadcast was successful.
True - Successful
False - Failed, and this field will not be displayed in the returned result
txid
string
The submitted Transaction id.
code
string
General error code info
message
string
Detailed information about the error
Error
string
Tron error description. Optional
Example:
Last updated