/accounts/count

Returns the total number of accounts available on blockchain.

Parameters

  • none

Returns

Number - the total number of accounts available on blockchain.

Example Request and Result for /accounts/count

Request:

curl -X 'GET' \
  'https://elrond-api.public.blastapi.io/accounts/count' \
  -H 'accept: application/json'

Result:

1699091

Last updated