Retrieve account

Retrieves a Kaia account.

Request
Security:
path Parameters
address
required
string

Kaia account address

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200

The request is successful.

400

The request is not valid.

get/v2/account/{address}
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://wallet-api.klaytnapi.com/v2/account/{address}' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "address": "0x368C5E57Bb74C14DB9e5753Bee87940B03f5c05D",
  • "chainId": 1001,
  • "createdAt": 1600061762,
  • "keyId": "krn:1001:wallet:5adddb69-20b5-4444-a205-8bd681c815cc:account-pool:default:0x16ecebe5340eb4025183ed548c771097ed95bff233abcf9583e5a58b202e09c7",
  • "krn": "krn:1001:wallet:5adddb69-20b5-4444-a205-8bd681c815cc:account-pool:default",
  • "multiSigKeys": [
    ],
  • "publicKey": "0x04c8901b732a08330d4b7a3d95841e82450f67ae290dadaf8941886913693a15c1819c7401768dea360b96fe02dca34db78d433c6ef4802a0866f4aa3b222f1d7e",
  • "threshold": 4,
  • "updatedAt": 1600061796
}