Skip to content

Currency Detail

Returns a single currency by its IRI id, including its full formatting configuration.

Operation

OperationTypePurpose
adminSettingsCurrency(id: ID!)QueryFetch one currency

Notes

  • id is the IRI form (/api/admin/settings/currencies/{id}). Use the numeric _id when you need the bare id.
  • An unknown id returns null.
  • Use the adminSettingsCurrencies query to discover valid ids.

All currency operations require an admin Bearer token — see Authentication.

Released under the MIT License.