v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Pool accounts

Get all pool accounts

Returns a list of all pool accounts on a RippleNet node.

get/config/pool_accounts

Response

List of all pool accounts.

pool_account_idstring uuid

The Account ID of the pool account.

pool_account_namestring

The name of the pool account.

currencystring

Currency of the pool account.

descriptionstring

Description of the pool account.

ownerstring

RippleNet address of the owner of the pool account.

linkedAccountNamesstring[]

RippleNet accounts linked to the pool account.

Example response

[
  {
    "owner": "rn.us.ca.san_francisco"
  }
]