Admin Update Enterprise Stablecoin Asset

put/api/stablecoin/v1/admin/enterprise/{enterpriseId}/assets/{baseAsset}

Upserts enterprise-level configuration for a single stablecoin asset.

Path Parameters

  • enterpriseIdstringRequired
    Enterprise identifier
    Example: 652e19bef240230007e39789
    Min length: >= 1 characters
  • baseAssetstringRequired
    Base asset symbol (e.g. "usd1", "gousd")
    Min length: >= 1 characters

Request Body

enterpriseEnabled
boolean or null
required
true = explicitly enable, false = explicitly disable, null = clear override (inherit from org)

200 Response

id string required
Min length: >= 1 characters
baseAsset string required
Base asset symbol identifier
Min length: >= 1 characters
Example: usd1
baseAssetName string required
Display name for the base asset
Min length: >= 1 characters
Example: USD1
enterpriseId string required
Enterprise identifier
Min length: >= 1 characters
Example: 652e19bef240230007e39789
organizationId
string or null
required
Organization ID linked to the enterprise (null if no stablecoin_client record)
Min length: >= 1 characters
Example: org-uuid-123
enterpriseEnabled
boolean or null
required
Enterprise-level enabled setting (null = no enterprise override)
Example: true
organizationEnabled
boolean or null
required
Organization-level enabled setting (null = no org override)
Example: null
jurisdictionAccess
string or null
required
Jurisdiction-level access setting for the enterprise's jurisdiction
Min length: >= 1 characters
Example: public
resolvedAccess boolean required
Final resolved access after applying full hierarchy
Example: true
source string required
Source of the resolved access decision
Min length: >= 1 characters
Example: explicit_ent_enabled

400 Response

404 Response

500 Response