Deposit Contract
Description
Section titled “Description”Returns the deposit contract address and the chain ID used for validating deposits.
Endpoint
Section titled “Endpoint”GET /eth/v1/config/deposit_contractRequest
Section titled “Request”curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/config/deposit_contractResponse
Section titled “Response”{ "data": { "chain_id": "1", "address": "0x00000000219ab540356cBB839Cbe05303d7705Fa" }}