Interactive RPC request builder on the API key page

You can now build and send an RPC request straight from your API key page, without copying anything into a terminal first. Pick a method and network inline in the example request, then send it and see the response rendered inline.

  • Inline method and network selectors — Switch the JSON-RPC method and the target network directly in the curl example; the request URL fills in with your API key appended.
  • Send from the dashboard — Use the send button to run the request against the selected endpoint and view a syntax-highlighted, expandable JSON response.
  • Copy the full command — The copy button still copies the complete curl command so you can run it anywhere.