action nfusionsolutions_currencies_supported_currencies_rate_get { label: "Get list of currencies supported by the rate endpoint" description: "Any of the currencies in this list can be paired with any other currency in this list when supplied to the Rate endpoint. \nFor example: USD/CAD,CAD/USD,USD/EUR,EUR/CAD" provider: nfusionsolutions method: GET path: "/api/v1/Currencies/rate/supported" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml"] } } additionalProperties: false } output: { type: "array" items: { type: "string" } } }