---
title: "Get all pool accounts"
method: GET
path: "/config/pool_accounts"
tags: ["Pool accounts"]
---

# Get all pool accounts

`GET /config/pool_accounts`

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

## Response `200`

List of all pool accounts.

- PoolAccountResponse[] — List of all pool accounts.
  - `pool_account_id` string, uuid — The Account ID of the pool account.
  - `pool_account_name` string — The name of the pool account.
  - `currency` string — Currency of the pool account.
  - `description` string — Description of the pool account.
  - `owner` string — RippleNet address of the owner of the pool account.
  - `linkedAccountNames` string[] — RippleNet accounts linked to the pool account.

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
