---
title: "Get platform accounts balances"
method: GET
path: "/monitor/platform/accounts/balances"
tags: ["Platform accounts"]
---

# Get platform accounts balances

`GET /monitor/platform/accounts/balances`

Get balances for local Platform Accounts

## Response `200`

Successfully returned balances for all platform accounts.

- PlatformAccountsBalances — Object representing list of platforms, their accounts and their respective balances
  - `platforms` PlatformItem[] — List of platforms
    - `platform_id` string, uuid — Platform ID
    - `name` string — Identifier representing the name of the platform
    - `institution` string — Institution being represented by this platform
    - `type` string — Type of the platform
    - `servicer_code` string — Account servicer code, if applicable of the real world platform
    - `accounts` PlatformAccountItem[] — List of Platform Accounts a Platform
      - `platform_account_id` string, uuid — Platform Account ID (UUID)
      - `name` string — Name of the Platform Account
      - `external_account_id` string — External ID of the real world account that is represented by this Platform Account
      - `currency` string — Platform account currency
      - `total_balance` number — Total balance amount
      - `available_balance` number — Available balance amount
      - `errors` string[] — List of error messages, if any

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