-
Notifications
You must be signed in to change notification settings - Fork 64
createAddress
AxVultis edited this page Nov 12, 2022
·
4 revisions
The createAddress method creates an additional address in your wallet.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 1,
"method": "createAddress"
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
privateSpendKey | No | Private spend key. If privateSpendKey a wallet address is created with that key, effectively importing a wallet. |
string |
publicSpendKey | No | Public spend key. If publicSpendKey was specified, RPC Wallet creates view address |
string |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"address": "ccx7Sh1w3q9jmrzw3XkKPRBa4ZB8mxp5rH4Rm4cWJgDYNNahMKoEuYxgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHF7W6gc"
}
}
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