跳转到内容

Deposit Contract

此内容尚不支持你的语言。

Returns the deposit contract address and the chain ID used for validating deposits.

GET /eth/v1/config/deposit_contract
Terminal window
curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/config/deposit_contract
{
"data": {
"chain_id": "1",
"address": "0x00000000219ab540356cBB839Cbe05303d7705Fa"
}
}