Admin Get Issuer Details

get/api/stablecoin/v1/admin/base-asset/issuer-details

Returns the issuer enterprise ID, partner enterprise IDs, and issuerOrdersEnabled for a given base asset symbol, or for all base assets when baseAssetSymbol is not provided.

Query Parameters

  • baseAssetSymbolstring
    Base asset symbol to filter by. If omitted, all base assets are returned.
    Example: usd1
    Enum: gousd usd1 sofid cusd fyusd

200 Response

Array of
baseAssetSymbol string required
The base asset symbol
Example: usd1
baseAssetName string required
The human-readable name of the base asset
Example: USD1
issuerEnterpriseId
string or null
required
The enterprise ID with the 'issuer' role, or null if no issuer is configured
Example: 652e19bef240230007e39789
partnerEnterpriseIds
array[string] or null
required
All enterprise IDs with the 'partner' role, or null if no partner is configured
Example: ["652e19bef240230007e39790","652e19bef240230007e39791"]
issuerOrdersEnabled boolean required
Whether the issuer has orders enabled
Example: true

400 Response

500 Response