Skip to main content

kaia_accounts RPC Method

Returns a list of addresses owned by client. Since QuickNode does not store private keys, this will always return an empty response.

Updated on
Aug 7, 2024

kaia_accounts RPC Method

Parameters

This method does not accept any parameters

Returns

result
array
An array of addresses owned by the client
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"kaia_accounts","id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free