v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Pool accounts

Get pool account by pool account ID

Get a pool account by its pool account ID.

get/config/pool_accounts/{pool_account_id}

Response

Returns pool account for the given pool account ID.

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"
}