Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.blockscout.com/{chain_id}/api/v2/beacon/deposits/count \ --header 'Authorization: Bearer <token>'
{ "deposits_count": 123 }
Retrieves the total count of beacon deposits.
API key passed as a Bearer token in the Authorization header.
The ID of the blockchain
Total count of beacon deposits.
Was this page helpful?