List transactions across all account connections in the workspace
Fans out across every connection-linked account in the caller workspace and returns the merged list of transactions, sorted newest-first, capped at size (default 5). No pagination — this is a recent-activity overview. Connections whose provider does not support transactions, or that fail to fetch, are skipped.
Authorizations
Use Authorization: Bearer
Query Parameters
Maximum number of transactions to return after merging and sorting newest-first across all connections. Also passed to each connection fetch as a per-source limit.
1 <= x <= 1005
Comma-separated asset symbols to filter by. A transaction is kept when its displayed asset matches one of these symbols (case-insensitive) — for a trade that is the base asset, otherwise the first transfer leg. Applied to the merged result.
"USDC,ETH"