---
title: "Get a stablecoin"
method: GET
path: "/stablecoins/{stablecoinId}"
tags: ["Stablecoins"]
---

# Get a stablecoin

`GET /stablecoins/{stablecoinId}`

Retrieve a single registered stablecoin by its Grid identifier.

## Response `200`

Successful operation

- Stablecoin
  - `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.

## Other responses

- `401` — Unauthorized
- `404` — Stablecoin not found
- `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)
