What is PrivateBlocks?
RPC Endpoint
https://api.privateblocks.xyzGetting Started
curl https://privateblocks.xyz/rpc \
-X POST \
-H "Content-Type: application/json"
-d '{
"id": "1",
"method": "pb_sendPrivateRawTransaction",
"params": {
"transaction": ["0xab..ab"],
"excludedBuilders": {
"smithbot",
"payload"
}
}
}'Last updated