Submit Signed Transaction Hex
This endpoint is used to broadcast a signed singular transaction hex.
Transactions submitted to this endpoint must include a bloXroute tip payment in order to be processed.
Request
Method:
POST ./wallet/broadcasthex
Parameters:
Parameter
type
Description
transaction
string
Transaction hex after sign:
Hex representation of protobuf marshaled raw_data_hex
& signature
Request example:
Response:
Fields:
Parameter
Type
Description
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
transaction
json
Transaction object in raw json format
Error
string
Tron error description. Optional
Example:
Last updated