cURL
curl --request GET \ --url 'https://api.blockscout.com/{chain_id}/api/v2/beacon/deposits/count?apikey='
{ "deposits_count": 123 }
Retrieves the total count of beacon deposits.
API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
Total count of beacon deposits.
Was this page helpful?