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 hex after sign:
Hex representation of protobuf marshaled |
Request example:
Response:
Fields:
Parameter | Type | Description |
---|---|---|
|
| Whether the broadcast was successful. True - Successful False - Failed, and this field will not be displayed in the returned result |
|
| The submitted Transaction id. |
|
| General error code info |
|
| Detailed information about the error |
|
| Transaction object in raw json format |
|
| Tron error description. Optional |
Example:
Last updated