action openfintech_get_currencies { label: "List of currencies" description: "Returns all available currencies.\n" provider: openfintech method: GET path: "/currencies" encoding: json input: { type: "object" properties: { "filter[category]": { type: "string" } "filter[code_estandards_alpha]": { type: "string" } "filter[code_iso_alpha3]": { type: "string" } "filter[code_iso_numeric3]": { type: "string" } "filter[currency_type]": { type: "string" } "filter[search]": { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }