---
title: "List Synthetic Accounts"
method: GET
path: "/synthetic_accounts"
tags: ["Synthetic Accounts"]
---

# List Synthetic Accounts

`GET /synthetic_accounts`

Retrieve a list of Synthetic Accounts associated with the specified Customer and Pool. This endpoint supports filtering by account type, category, status, and sorting by balance or name.

## Query parameters

- `synthetic_account_type_uid` string
- `synthetic_account_category` 'general' | 'ach_external' | 'wire_external' | 'instant_payment_external'
- `status` 'initiated' | 'active' | 'archived' | 'failed' — Filter by status. Multiple values are allowed, e.g. `status[]=archived&status[]=failed`.
- `sort` 'name_asc' | 'name_desc' | 'net_usd_balance_asc' | 'net_usd_balance_desc' | 'net_usd_pending_balance_asc' | 'net_usd_pending_balance_desc' | 'net_usd_available_balance_asc' | 'net_usd_available_balance_desc'

## Parameters

- `#/paths/~1pools/get/parameters/0` — unresolved $ref
- `#/paths/~1transfers/get/parameters/1` — unresolved $ref
- `#/paths/~1transfers/get/parameters/2` — unresolved $ref
- `#/paths/~1pools/get/parameters/1` — unresolved $ref
- `#/paths/~1pools/get/parameters/2` — unresolved $ref
- `#/paths/~1custodial_accounts/get/parameters/4` — unresolved $ref

## Changes

- **2026-08-21** `54f4fe726d8f` — 1 breaking, 5 info
  - the `allOf[subschema #2]/data/items/allOf[subschema #3]/instant_payment/allOf[subschema #1]/phone` response's property type changed from no type to `string` for status `200`
  - added `#/components/schemas/0` to the `allOf[subschema #2]/data/items/allOf[subschema #3]/wire/allOf[subschema #1]/counterparty_bank_address/allOf[subschema #1: Unstructured Address]/country` response property `allOf` list for the response status `200`
  - added `#/components/schemas/0, #/components/schemas/1, subschema #2` to the `allOf[subschema #2]/data/items/allOf[#/components/schemas/0]/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/0` from the `allOf[subschema #2]/data/items/allOf[subschema #3]/wire/allOf[subschema #1]/counterparty_bank_address/allOf[subschema #1: Unstructured Address]/country` response property `allOf` list for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/newline53/apis/newline-platform-api/changes/synthetic_accounts/get.md)

---

[API](https://skmtc.dev/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.dev/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/54f4fe726d8f/schema)
