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