Submit Signed Transaction
This endpoint is used to submit signed singular transaction.
Transactions submitted to this endpoint must include a bloXroute memo instruction in order to be processed. If you are using the Trader API endpoints or SDKs the instruction will be added automatically. If you want to construct your own transaction and use our submit endpoint, please read more about Transaction Submission. Elite & Ultra tier customers will be exempted if the transaction submitted includes a tipping instruction, to save an instruction in the transaction.
Request
Method:
POST ./api/v2/submit
Parameters:
Parameter | type | Description |
---|---|---|
|
| See |
| boolean | OPTIONAL. Useful for disabling transaction simulation before actual submission. |
| boolean | OPTIONAL. Specify if you would like to enable the Front-Running Protection feature. The transaction must include an |
| boolean | OPTIONAL. This is an optional parameter that effects the behavior of |
| boolean | OPTIONAL. An |
| boolean | OPTIONAL. Specify if you would like to enable OFA(Order Flow Auction) submission option. Transaction will be sent to OFA MEV searcher. If there was any MEV profit, you will receive part of the MEV profit back as a rebate. |
| string | OPTIONAL. Specify this field ONLY when you enable the |
TransactionMessage
Parameter | type | Description |
---|---|---|
| txbase64Payload | Raw bytes of signed transaction. |
Request example:
Response:
Fields:
Parameter | Type | Description |
---|---|---|
| string | Solana signature of the submitted transaction |
Example:
You can look up this signature in a Solana Explorer like SolScan or Solana Explorer.
Last updated