action tokenjay_do_sigma_rsv_exchange { label: "Builds ErgoPayRequest for SigRSV exchange" provider: tokenjay method: GET path: "/sigrsv/exchange/" encoding: json input: { type: "object" properties: { address: { type: "string" } amount: { type: "integer" format: "int64" } checkRate: { type: "integer" format: "int64" } executionFee: { type: "integer" format: "int64" } } required: ["address", "amount"] additionalProperties: false } output: { type: "object" additionalProperties: true } }