Submit a preconf request
To submit a preconf request fill in the followingcurl template for eth_sendRawTransaction with the params containing your raw transaction.
The endpoint to send the request to is listed in Networks and the query parameters to constrain your request are listed below.
| Parameter | Type | Description |
|---|---|---|
| deadline | uint64 | Number of seconds to attempt to gain a preconf commitment |
| fallback | boolean | Upon failure to gain a commitment, or any other failure, should the preconf request be forwarded as a standard/non-preconf request |
| preconf | boolean | Whether the request is a standard request or a preconf request |
Submit a standard request
To submit a non-preconf request i.e. use the router to forward your request to a RPC provider either change the method (and the rest of the body) to not beeth_sendRawTransaction or in the url specify the preconf=false parameter.