Account registration

Add account in the account pool. The only permitted transaction type for the RLP value is TxTypeFeeDelegatedAccountUpdate. Choose AccountKeyPublic for key type to use the public key from the key newly created in the wallet. Using other key types may result in restrictions for using this account. When the RLP value is ommitted, a transaction does not occur.

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

Kaia Network Chain ID (1001 or 8217)

Request Body schema: application/json
Array
keyId
required
string

ID of key created with KMS

address
required
string

Old account address

rlp
string

Rlp value. May be used if the old account needs an update to a new key.

Responses
200

The request is successful.

400

The request is not valid.

post/v2/registration/account
Request samples
application/json
[
  • {
    },
  • {
    }
]
Response samples
application/json
{
  • "status": "ok"
}