---
title: "Get pool account by pool account ID"
method: GET
path: "/config/pool_accounts/{pool_account_id}"
tags: ["Pool accounts"]
---

# Get pool account by pool account ID

`GET /config/pool_accounts/{pool_account_id}`

Get a pool account by its pool account ID.

## Response `200`

Returns pool account for the given pool account ID.

- PoolAccountResponse — Pool Account object returned to the user.
  - `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)
