action tokenjay_calc_sigma_usd_exchange { label: "Calculates SigUSD exchange" provider: tokenjay method: GET path: "/sigusd/exchange/{amount}/info" encoding: json input: { type: "object" properties: { amount: { type: "integer" format: "int64" } } required: ["amount"] additionalProperties: false } output: { type: "object" additionalProperties: true } }