Skip to main content
POST
Get details for a single currency

Body

application/json
currency
string
required

Response

Success

A currency's spot price and its assets grouped by type. Managers risking the currency are listed per universe under managers; asset-level risk — OI, lending, and discounts — lives under each asset's universes.

currency
string
required
managers
object[]
required

Managers risk-pricing this currency, one entry per universe where at least one manager covers it.

market_type
enum<string>
required

Which instrument/collateral classes the currency is enabled for.

Available options:
ALL,
SRM_BASE_ONLY,
SRM_OPTION_ONLY,
SRM_PERP_ONLY,
CASH
spot
object[]
required

Every spot asset registered to this currency (e.g. lending "USDC" and non-lending "USDC-NL").

spot_price
string
required
option
object | null

The option asset for this currency, if one is registered.

perp
object | null

The perp asset for this currency, if one is registered.

spot_price_24h
string | null