Skip to main content
GET
/
{chain_id}
/
api
/
v2
/
beacon
/
deposits
/
count
Gets total count of beacon deposits
curl --request GET \
  --url https://api.blockscout.com/{chain_id}/api/v2/beacon/deposits/count \
  --header 'Authorization: Bearer <token>'
{
  "deposits_count": 123
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

Response

Total count of beacon deposits.

deposits_count
integer
required