Broadcast
Co-sign and broadcast a raw Stacks sponsored transaction hex. The target network (mainnet or testnet) is determined automatically from the transaction’s version byte (0x00 = mainnet, 0x80 = testnet) — no network field is needed or accepted. feeToken is also not required here; the relayer introspects the transaction arguments to identify the fee token for USER_PAYS transactions.
Authorizations
Body
Signed sponsored transaction hex (from stx_signTransaction with broadcast: false). The transaction version byte determines the target network automatically.
Fee in token micro-units. Required for USER_PAYS — must match the fee-amount arg encoded in the transaction. Omit for DEVELOPER_SPONSORS.
Optional user identifier for per-user spend tracking and limits.