Arbitrum One
¿Listo para usar esto en producción?
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
Arbitrum One
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
curl is the fastest way to probe Arbitrum One without installing an SDK — ideal for testing that your endpoint responds, debugging a single JSON-RPC call, or scripting a quick health check in CI. Because Arbitrum One speaks the standard Ethereum JSON-RPC dialect, the same requests you would send to L1 work here against https://arbitrum.therpc.io/YOUR_API_KEY. Every call is an HTTP POST carrying a JSON body, with Content-Type: application/json, and your API key sits in the URL path.
Your Arbitrum One API key normally goes in the URL path, but you can also pass it as a Bearer token via the Authorization: Bearer YOUR_API_KEY header if your tooling keeps secrets out of URLs. Either way, every request to Arbitrum One must be an HTTP POST with Content-Type: application/json.