Overview
POST /api/v1/broadcast/batch co-signs and broadcasts up to 25 sponsored transactions in one request. Each transaction is processed concurrently and independently — one failure does not abort the rest.
The endpoint always returns HTTP 200. Check each item’s error field for per-item failures.
Request
Headers:Response
Rate Limits
Batch limits are tighter than single broadcast because one call can sponsor up to 25 transactions.
Exceeding the limit returns
429 Too Many Requests with a Retry-After header.
SDK Usage
Use Cases
- Airdrops — distribute tokens to multiple users in one call
- Queue processing — drain a backlog of pending sponsored transactions
- Multi-step flows — execute a sequence of contract calls on behalf of multiple users simultaneously