---
title: "Get platform accounts"
method: GET
path: "/config/platforms/accounts"
tags: ["Platform accounts"]
---

# Get platform accounts

`GET /config/platforms/accounts`

Returns a paged list of all active RippleNet platform accounts.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Paged list of all active RippleNet platform accounts.

- PlatformAccountsPage — Paged response for account lookups
  - `first` boolean — true if this is the first page.
  - `last` boolean — true if this is the last page.
  - `number` integer — page number
  - `numberOfElements` integer — Number Of elements in this request
  - `size` integer — page size
  - `totalElements` integer — Total number of elements for the given request
  - `totalPages` integer — Total number of pages for the given request
  - `sort` Sort[] — Sort details of this page
    - `direction` string — Direction of the sort
    - `property` string
    - `ignoreCase` boolean
    - `nullHandling` string
    - `ascending` boolean
    - `descending` boolean
  - `content` PlatformAccountResponse[]
    - `platform_account_id` string, uuid — Unique identifier for the platform account.
    - `name` string — Name of the platform account.
    - `platform_id` string, uuid — The unique identifier for the RippleNet platform where this account is defined.
    - `description` string — A short description of the platform account.
    - `external_account_id` string — Unique reference identifier for the real world account which is represented by this platform account.
    - `currency` string — The currency of the account. Ripple recommends using ISO-4217 currency codes.
    - `balance` number — Real world account balance of the platform account (if available)

## 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)
