---
title: "List stablecoins"
method: GET
path: "/stablecoins"
tags: ["Stablecoins"]
---

# List stablecoins

`GET /stablecoins`

Retrieve stablecoins registered to the authenticated platform.

## Query parameters

- `issuanceStatus` 'PENDING_REVIEW' | 'PROVISIONING' | 'PROVISIONED' | 'REJECTED' | 'FAILED' — Provider issuance/linking status for the registered stablecoin.
- `gridOperationsStatus` 'NOT_ENABLED' | 'PENDING_APPROVAL' | 'ENABLING' | 'ENABLED' | 'DISABLED' — Whether the stablecoin has been enabled for normal Grid operations.
- `provider` 'BRALE' — Stablecoin provider backing the linked account, stablecoin, or operation.
- `limit` integer
- `cursor` string

## Response `200`

Successful operation

- StablecoinListResponse
  - `data` Stablecoin[], required
    - `id` string, required — System-generated stablecoin identifier.
    - `name` string, required — Stablecoin display name.
    - `symbol` string, required — Stablecoin symbol.
    - `baseCurrency` string, required — Fiat currency the stablecoin is denominated against.
    - `network` 'SPARK', required — Public network family for the stablecoin token identifier. The concrete Spark network is inferred from the platform mode.
    - `decimals` integer, required — Number of decimal places used by the stablecoin.
    - `issuanceStatus` 'PENDING_REVIEW' | 'PROVISIONING' | 'PROVISIONED' | 'REJECTED' | 'FAILED', required — Provider issuance/linking status for the registered stablecoin.
    - `gridOperationsStatus` 'NOT_ENABLED' | 'PENDING_APPROVAL' | 'ENABLING' | 'ENABLED' | 'DISABLED', required — Whether the stablecoin has been enabled for normal Grid operations.
    - `networkTokenIdentifier` string, required — Token identifier in the namespace selected by `network`.
    - `currency` string — Grid currency code after the stablecoin is enabled for Grid operations.
    - `provider` 'BRALE', required — Stablecoin provider backing the linked account, stablecoin, or operation.
    - `stablecoinProviderAccountId` string, required — Stablecoin provider account link selected for this stablecoin.
    - `providerEnvironment` 'SANDBOX' | 'PRODUCTION', required — Provider environment derived from the authenticated Grid platform mode.
    - `providerTokenIdentifier` string, required — Provider token identifier. For Brale this maps to `value_type`.
    - `createdAt` string, date-time, required — Creation timestamp.
    - `updatedAt` string, date-time, required — Last update timestamp.
  - `hasMore` boolean, required — Indicates if more results are available beyond this page.
  - `nextCursor` string — Cursor to retrieve the next page of results.
  - `totalCount` integer — Total number of stablecoins matching the criteria.

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/versions/151f2d9bad9c/schema)
