-
Notifications
You must be signed in to change notification settings - Fork 66
createAddress
katz edited this page Mar 26, 2021
·
4 revisions
The createAddress method creates an additional address in your wallet.
JSON-RPC
{
"method":"createAddress"
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
spendSecretKey | No | Private spend key. If spendSecretKey a wallet address is created with that key, effectively importing a wallet. | string |
spendPublicKey | No | Public spend key. If publicSpendKey was specified, RPC Wallet creates view address | string |
JSON-RPC
{
"jsonrpc": "2.0",
"result": {
"address": "ccx7L59nUL2jWiyGwfrj......fV9ZZvkAu8j2efKjZzA"
}
}
Response Details:
Argument | Description | Format |
---|---|---|
address | Created address | string |
- Parse error - Incorrect formatting, JSON, or quotation marks used.
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods