Admin Get Organization Stablecoin Assets

get/api/stablecoin/v1/admin/organization/{organizationId}/assets

Retrieves all stablecoin asset configurations for an organization.

Path Parameters

  • organizationIdstringRequired
    Organization identifier
    Example: org-uuid-123
    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
organizationId
string or null
required
Organization ID
Min length: >= 1 characters
Example: org-uuid-123
organizationEnabled
boolean or null
required
Organization-level enabled setting (null = no org override)
Example: true
jurisdictionAccess string required
Jurisdiction-level access setting for the organization'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: Enabled at organization level

400 Response

404 Response

500 Response