JSON-RPC methods

Ethereum Beacon API

You can review the official Ethereum Beacon API documentation HERE

Example API

curl https://api.chainup.net/ethereum2/mainnet/<YOUR_API_KEY>/eth/v1/node/syncing \
-X GET \
-H 'content-type: application/json' \
-H "CONSISTENT-HASH: true" 

Last updated