Node Syncing
此内容尚不支持你的语言。
Description
Section titled “Description”Returns the syncing status of the beacon node, including sync distance and head slot.
Endpoint
Section titled “Endpoint”GET /eth/v1/node/syncingRequest
Section titled “Request”curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/syncingResponse
Section titled “Response”{ "data": { "head_slot": "1234567", "sync_distance": "0", "is_syncing": false, "is_optimistic": false, "el_offline": false }}