Number of Kaia accounts and keys of a user

Returns the number of all Kaia accounts and keys for a certain KAS user.

Request
Security:
header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200

The request is successful.

get/v2/stat/count
Request samples
curl -i -X GET \
  -u <username>:<password> \
  https://wallet-api.klaytnapi.com/v2/stat/count \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "accountId": "5adddb69-20b5-4444-a205-8bd681c815cc",
  • "count": 1
}