REST
Broadcast pre-signed transactions
Broadcast pre-signed transactions to the P2P network. Each transaction must already carry a valid signature — the relayer does not co-sign. For gasless relaying, use /v1/sign.
POST
Broadcast pre-signed transactions
Body
application/json
Batch of fully signed transactions to broadcast via P2P gossipsub.
Minimum array length:
1Previous
Sign a batch of transactionsReceives a batch of transactions, co-signs each with the shard-specific Ed25519 relayer key (Relayer V3 pattern), and broadcasts the co-signed transactions to the P2P network. Returns the transaction hashes for successfully signed transactions and per-item errors for failures.
The `relayer` field on each transaction must match the sender's shard. Use `shard_of(sender) = last_byte_of_pubkey % 3` to select the correct relayer address.
Next
Broadcast pre-signed transactions

