Admin Get Enterprise Stablecoin Assets

get/api/stablecoin/v1/admin/enterprise/{enterpriseId}/assets

Retrieves all base assets with the full resolved access picture for an enterprise. Includes enterprise-level override, org-level override, jurisdiction access, and final resolved result.

Path Parameters

  • enterpriseIdstringRequired
    Enterprise identifier
    Example: 652e19bef240230007e39789
    Min length: >= 1 characters

200 Response

Array of
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