Skip to content

getAddresses

AxVultis edited this page Nov 12, 2022 · 4 revisions

The getAddresses method returns the array of addresses from the current container.

Request Format

JSON-RPC

 {
  "jsonrpc": "2.0",
  "id": 5,
  "method": "getAddresses"
}

Response Format

JSON-RPC

 {
  "jsonrpc": "2.0",
  "id": 5,
  "result": {
    "addresses": [
      "ccx7dehAGh837bfSfo18wJ1WzeCUWnzv3D23hvR8npyhHxoa6E3WXqNgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHHofFDJ",
      "ccx7Sh1w3q9jmrzw3XkKPRBa4ZB8mxp5rH4Rm4cWJgDYNNahMKoEuYxgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHF7W6gc"
    ]
  }
}

Response Details:

Argument Description Format
addresses Array of wallet addresses array of strings
Clone this wiki locally