Submit Signed Transaction
This endpoint is used to submit signed singular transaction.
Transactions submitted to this endpoint must include a bloXroute tip instruction in order to be processed.
Request
Method:
POST ./api/v2/submit
Parameters:
Parameter | type | Description |
---|---|---|
|
| See |
| enum | Specify the type of the wallet. Potential values are HighloadV2R2, HighloadV3, V5R1Final, V4R2 |
transaction
Parameter | type | Description |
---|---|---|
| txbase64Payload | Raw bytes of signed transaction. |
Request example:
Response:
Fields:
Parameter | Type | Description |
---|---|---|
| string | The hash of the body of the external message passed by the user in the submit request. |
Example:
Last updated