REST
Sign a batch of transactions
Receives 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.
POST
Sign a batch of transactions
Body
application/json
Batch of transactions to co-sign with the relayer key and broadcast.
Minimum array length:
1Sign a batch of transactions

