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

# Get all platforms

`GET /config/platforms`

Returns a list of all active RippleNet platforms.

## Response `200`

List of all active RippleNet platforms.

- PlatformResponse[] — List of all active RippleNet platforms.
  - `platform_id` string, uuid — Unique identifier for the RippleNet platform.
  - `name` string — Name of the RippleNet platform.
  - `platform_type` 'WALLET_PROVIDER' | 'FIAT_INSTITUTION' | 'DIGITAL_EXCHANGE' — The type of institution this RippleNet platform represents (WALLET_PROVIDER, FIAT_INSTITUTION, or DIGITAL_EXCHANGE).
  - `description` string — A short description of the RippleNet platform.
  - `institution` string — Name of the institution this RippleNet platform represents.
  - `servicer_code` string — Akin to the routing number (US), Sort Code (UK), or IFSC code (India).

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