Help Center/
Web3 Node Engine Service/
Developer Guide/
Ethereum Node Engine/
JSON-RPC API Request Examples/
Using cURL to Send JSON-RPC API Requests/
Consensus Layer
Updated on 2023-12-06 GMT+08:00
Consensus Layer
Request example (with credential)
curl -X GET -H 'Content-Type: application/json' https://your-http-endpoint/your-credential/eth/v1/beacon/genesis Request example (with IAM token) curl -X GET -H 'Content-Type: application/json' -H 'X-Auth-Token:your-iam-token' https://your-http-endpoint/eth/v1/beacon/genesis
Response example
{"data":{"genesis_time":"1606824023","genesis_validators_root":"0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95","genesis_fork_version":"0x00000000"}}
Parent topic: Using cURL to Send JSON-RPC API Requests
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot