-
Notifications
You must be signed in to change notification settings - Fork 64
getAddresses
AxVultis edited this page Nov 12, 2022
·
4 revisions
The getAddresses method returns the array of addresses from the current container.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 5,
"method": "getAddresses"
}
JSON-RPC
{
"jsonrpc": "2.0",
"id": 5,
"result": {
"addresses": [
"ccx7dehAGh837bfSfo18wJ1WzeCUWnzv3D23hvR8npyhHxoa6E3WXqNgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHHofFDJ",
"ccx7Sh1w3q9jmrzw3XkKPRBa4ZB8mxp5rH4Rm4cWJgDYNNahMKoEuYxgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHF7W6gc"
]
}
}
Response Details:
Argument | Description | Format |
---|---|---|
addresses | Array of wallet addresses | array of strings |
© 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