Fundamentals
Authentication
The public endpoint at rpc.pulsechain.box does not require authentication. All requests are anonymous, subject to IP-based rate limiting.
The public endpoint at rpc.pulsechain.box does not require authentication. All requests are anonymous, subject to IP-based rate limiting.
No API key, token, or header is needed.
curl -s -X POST https://rpc.pulsechain.box \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
