RPC PRIORITY · Try it

Try the 402 challenge from your browser

No install, no SDK. Click the button — your browser sends a JSON-RPC request to this Shield, the Shield is forced under load (demo mode), it responds with HTTP 402 and a signed challenge. Inspect the headers below to see exactly what an agent would receive.

Equivalent in curl
curl -i -X POST https://x402.rpcpriority.com/rpc \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"getHealth","params":[]}'

browser → fetch('/rpc', POST)