/accounts/{address}/results/count

Returns number of smart contract results where the account is sender or receiver

Parameters

  • address REQUIRED (string) - Account bech32 address

Returns

  • number : Total number of smart contract where the account is sender or receiver

Example

Request

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

Result

5926

Last updated