action sonar_get_digital_currencies { label: "Return a list of all digital currencies, available via service" provider: sonar method: GET path: "/digital/currencies" encoding: json input: { type: "object" properties: { language: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }