Returns the number of Kaia accounts for a certain account repository of a user.
The request is successful.
curl -i -X GET \ -u <username>:<password> \ https://wallet-api.klaytnapi.com/v2/stat/count/krn \ -H 'x-chain-id: string'
{- "accountId": "68ec0e4b-0f61-4e6f-ae35-be865ab23187",
- "count": 4,
- "krn": "krn:1001:wallet:68ec0e4b-0f61-4e6f-ae35-be865ab23187:account-pool:default"
}