Injection
Injection API is not currently available publicly.
Injection allows you to push a transaction to the Ethereum network as quickly as possible. Transactions injected in the public mempool are not protected against MEV.
URL:
wss://txs.merkle.io/rpc/<api key>
RPC Method:
{
"method": "eth_sendRawTransaction",
"params": [
// list of signed transactions
]
}
On-demand pricing: $0.10 per injected transaction.
Last modified 22d ago