Execute a subscription round
Subscription-backed signing round for feed owners and delegates.
Body
Round execution request
Request body for POST /v1/round/execute.
Subscription owner pubkey (base58). Equal to consumerAuthority for owner-direct requests.
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
Identity that signs RequestAuth and is used to derive feed_id (base58).
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
Requested quorum, bounded by the subscription or delegate and current node count.
3
Unix timestamp (seconds) used as the on-chain replay key and in RequestAuth. Must be within the gateway clock skew window (default 300s).
1700100000
Active on-chain registry version. Must match the current version.
42
Ed25519 signature (64 bytes, base58 or 0x hex) over:
sha256("MOLPHA_REQAUTH_V1" || feed_id || uint64_le(timestamp)).
Single-use per timestamp — recompute on every retry.
Off-chain HTTP API configuration hashed into the feed identity.
Optional encryption envelope. Send null or omit for plaintext configs.