Get Addresses

Get assigned addresses for an account.

Optional ParamPurposeRequirements

account_id

The account on which to perform this action.

The account must exist in the wallet.

offset

The pagination offset. Results start at the offset index

limit

Limit for the number of results

Example

{
  "method": "get_addresses",
  "params": {
    "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa",
    "offset": 1,
    "limit": 1
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated