Skip to main content
GET
List transactions across all account connections in the workspace

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

size
number
default:5

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.

Required range: 1 <= x <= 100
Example:

5

tokens
string[]

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.

Example:

"USDC,ETH"

Response

200 - application/json
items
object[]
required
Last modified on July 8, 2026