List transactions for an investor
Returns the investor’s cash activity:
- Funding —
depositandwithdrawalmovements. - Trades —
buy/sellcash settlements from filled orders. - Activity — non-trade account activity: dividends, fees, interest, fixed-income maturity, journals, withholdings, and corporate actions.
Pending fund reservations from in-flight orders are not listed.
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
Prefixed public id of the investor (e.g. inv_…).
Query Parameters
Filter by transaction kind (funding, trade cash movement, or custodian activity)
deposit, withdrawal, buy, sell, activity Comma-separated activity tags to filter on (e.g.
FIMAT,CDIV). Only meaningful when type=activity or type
is omitted. Common values: FIMAT (fixed-income maturity),
CDIV / SDIV (dividends), DIVNRA (dividend withholding),
FEE, INT, JNLC / JNLS (journals), ACATC / ACATS,
corporate actions (FSPLIT, RSPLIT, CMA, SMA,
REORG, SPIN, VOF).
"FIMAT,CDIV"
Filter by deposit/withdrawal status (Bluum-native enum, lowercased in responses)
pending, processing, received, completed, submitted, expired, canceled, failed 3"USD"
1 <= x <= 100x >= 0Response
List of transactions.
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.