Build with 1RPC

Replace the existing URL with 1RPC's endpoint to interact with the blockchain.

curl --request POST \
--url https://1rpc.io/eth \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{ "id": 1, "jsonrpc": "2.0", "method": "eth_blockNumber" }'

Last updated