-
Notifications
You must be signed in to change notification settings - Fork 66
createAddress
katz edited this page Aug 17, 2020
·
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 secretSpendKey was specified, RPC Wallet creates spend address | 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 |
© 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