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
transaction
transaction
See transaction
below
wallet
enum
Specify the type of the wallet. Potential values are HighloadV2R2, HighloadV3, V5R1Final, V4R2
transaction
Parameter
type
Description
content
txbase64Payload
Raw bytes of signed transaction.
Request example:
Response:
Fields:
Parameter
Type
Description
msg_body_hash
string
The hash of the body of the external message passed by the user in the submit request.
Example:
Last updated