action tokenjay_do_sigma_usd_exchange { label: "Builds ErgoPayRequest for SigUSD exchange" provider: tokenjay method: GET path: "/sigusd/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 } }