action openfintech_get_currencies_id { label: "Currency by ID" description: "Returns currency with specific ID.\n" provider: openfintech method: GET path: "/currencies/{id}" encoding: json output: { type: "object" additionalProperties: true } }