action mashape_get_currencies_using_get { label: "Find currencies" description: "Find currencies, filtering by optional criteria. If no criteria are set, you will get back all known currencies." provider: mashape method: GET path: "/locale/currencies" encoding: json output: { type: "object" additionalProperties: true } }