Currency Detail
Returns a single currency by its IRI id, including its full formatting configuration.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsCurrency(id: ID!) | Query | Fetch one currency |
Notes
idis the IRI form (/api/admin/settings/currencies/{id}). Use the numeric_idwhen you need the bare id.- An unknown id returns
null. - Use the
adminSettingsCurrenciesquery to discover valid ids.
All currency operations require an admin Bearer token — see Authentication.

