Retrieves a Kaia account.
The request is successful.
The request is not valid.
curl -i -X GET \ -u <username>:<password> \ 'https://wallet-api.klaytnapi.com/v2/account/{address}' \ -H 'x-chain-id: string'
{- "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",
- "weight": 3
}, - {
- "publicKey": "0x048dda380eddc9a98c454d18030bf736b34789ea1dbaa52725121ed310876afb930c3ae6fa71fc6687b56bee76702c2ff599b1c382b4da60bf7d8b11369ea92388",
- "weight": 1
}
], - "publicKey": "0x04c8901b732a08330d4b7a3d95841e82450f67ae290dadaf8941886913693a15c1819c7401768dea360b96fe02dca34db78d433c6ef4802a0866f4aa3b222f1d7e",
- "threshold": 4,
- "updatedAt": 1600061796
}