/eth/v1/beacon/states/{state_id}/fork REST API Endpoint
路径参数
state_id
字符串
必填
正在加载...
退货
execution_optimistic
布尔型
正在加载...
已最终确定
布尔型
正在加载...
数据
对象
正在加载...
previous_version
字符串
正在加载...
current_version
字符串
正在加载...
时代
字符串
正在加载...
请求
回复
1{2"execution_optimistic": false,3"finalized": false,4"data": {5"previous_version": "0x03000000",6"current_version": "0x04000000",7"epoch": "269568"8}9}
1{2"execution_optimistic": false,3"finalized": false,4"data": {5"previous_version": "0x03000000",6"current_version": "0x04000000",7"epoch": "269568"8}9}