---
title: "Get a stablecoin provider account link"
method: GET
path: "/stablecoin-provider-accounts/{stablecoinProviderAccountId}"
tags: ["Stablecoins"]
---

# Get a stablecoin provider account link

`GET /stablecoin-provider-accounts/{stablecoinProviderAccountId}`

Retrieve a stablecoin provider account link by id for the authenticated platform.

## Response `200`

Successful operation

- StablecoinProviderAccount
  - `id` string, required — System-generated stablecoin provider account link identifier.
  - `provider` 'BRALE', required — Stablecoin provider backing the linked account, stablecoin, or operation.
  - `providerAccountId` string, required — Provider account id.
  - `providerEnvironment` 'SANDBOX' | 'PRODUCTION', required — Provider environment derived from the authenticated Grid platform mode.
  - `status` 'ACTIVE' | 'INVALID' | 'REVOKED', required — Status of the linked stablecoin provider account credentials.
  - `lastVerifiedAt` string, date-time — Timestamp of the last successful provider credential verification.
  - `createdAt` string, date-time, required — Creation timestamp.
  - `updatedAt` string, date-time, required — Last update timestamp.

## Other responses

- `401` — Unauthorized
- `404` — Stablecoin provider account link 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/526036c12609/schema)
