---
title: "Get Compliance Request Settings"
method: GET
path: "/api/stablecoin/v1/issuer/compliance-request-settings"
tags: ["Stablecoin"]
---

# Get Compliance Request Settings

`GET /api/stablecoin/v1/issuer/compliance-request-settings`

Retrieves the compliance request settings (capability matrix) for each asset+chain pair of a
base asset.

## Query parameters

- `baseAsset` 'gousd' | 'usd1' | 'sofid' | 'cusd' | 'fyusd' | 'qxmp' | 'scaasacme', required
- `chain` string

## Response `200`

OK

- ComplianceRequestSettingsListResponse
  - `assets` object[], required
    - `assetId` string, uuid, required — Asset identifier
    - `token` string, required — Token symbol
    - `chain` string, required — Blockchain network identifier
    - `baseAsset` 'gousd' | 'usd1' | 'sofid' | 'cusd' | 'fyusd' | 'qxmp' | 'scaasacme', required — Base asset
    - `complianceRequestSettings` ComplianceRequestSettings, required
      - `freeze` boolean, required — Whether the asset+chain pair supports freezing addresses
      - `unfreeze` boolean, required — Whether the asset+chain pair supports unfreezing addresses
      - `pause` boolean, required — Whether the asset+chain pair supports pausing the contract
      - `unpause` boolean, required — Whether the asset+chain pair supports unpausing the contract

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
