API Reference
How it works
Example request:
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_requestSolverBoost",
"params": [
{
"hash": "0x5bd..." // String, tx hash
"from": "0xd8d...", // String, tx from address
"to": "0x220...", // String, tx to address
"data": "0xABC", // String, tx data
"nonce": "0xA" // String, tx nonce
"block": "0x164E66C", // String, a hex-encoded block number for which this settlement is valid.
"recoveryAddress": "0x123..." // String, your Solver Boost recovery address
}
]
}Example response:
Last updated