Skip to main content

kaia_accountCreated RPC Method

Returns true if the account associated with the address is created. It returns false otherwise.

Updated on
Aug 7, 2024

kaia_accountCreated RPC Method

Parameters

address
string
REQUIRED
The address of the account being queried
BlockNumberOrHashOrTag
string
REQUIRED
The block number in integer, block hash or block tag(earliest and latest)

Returns

result
boolean
Returns true if the account associated with the address is created. It returns false otherwise
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "kaia_accountCreated",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": [
9
"0xa4f42d4d2a3a13874406435500950c9bf2d783db",
10
"latest"
11
]
12
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free