{
"jsonrpc": "2.0",
"id": "1",
"method": "timeboost_sendTransaction",
"params": [
{
// String
// Signed EIP-2718 rlp encoded tx hex.
tx,
}
]
curl -s \
-X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "timeboost_sendTransaction",
"params": [
{
"tx": "0x12…ab"
}
]
}' \
https://rpc.kairos-timeboost.xyz
{"jsonrpc":"2.0","id":1,"result":"f278b3a2-004e-48dd-859a-2021e46776ee"}