Create Account
Create a new account in the wallet.
Parameters
Optional Param
Purpose
Requirements
name
A label for this account.
A label can have duplicates, but it is not recommended.
{
"method": "create_account",
"params": {
"name": "Alice"
},
"jsonrpc": "2.0",
"id": 1
}{
"method": "create_account",
"result": {
"account": {
"object": "account",
"account_id": "3407fbbc250799f5ce9089658380c5fe152403643a525f581f359917d8d59d52",
"name": "Alice",
"main_address": "4bgkVAH1hs55dwLTGVpZER8ZayhqXbYqfuyisoRrmQPXoWcYQ3SQRTjsAytCiAgk21CRrVNysVw5qwzweURzDK9HL3rGXFmAAahb364kYe3",
"next_subaddress_index": "2",
"first_block_index": "3500",
"recovery_mode": false
}
},
"error": null,
"jsonrpc": "2.0",
"id": 1,
}
}Last updated
Was this helpful?