SOL Protect RPC
Front-running protection for transactions on the Solana Network
Sample Request to Submit Transaction
# request syntax follows official solana http rpc specs
curl https://sol-protect.rpc.blxrbdn.com -s -X POST -H "Content-Type: application/json" -d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"4hXT...naAT"
]
}
'Last updated