action nfusionsolutions_currencies_supported_currencies_summary_get { label: "Get list of currency pairs supported by the Summary endpoint" description: "Only the currency pairs in the direction noted can be used with the Summary endpoint. \nFor example: USD/CAD is not the same as CAD/USD" provider: nfusionsolutions method: GET path: "/api/v1/Currencies/summary/supported" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml"] } } additionalProperties: false } output: { type: "array" items: { type: "string" } } }