Execute portfolio buy order
Execute a portfolio buy transaction that distributes the investment amount across multiple assets
Authorizations
Auth0-issued access token that includes the scopes listed for the endpoint.
Headers
User identifier for the M2M client to specify which user's data to access.
^[a-f0-9]{24}$Body
Portfolio identifier (MongoDB ObjectId)
^[a-f0-9]{24}$Amount to invest in whole currency units (e.g., 100.0 for 100 EUR)
x >= 0.01Method for distributing the investment across assets
targetAllocation, holdings Whether to execute ETF orders in real-time. Only users enabled for real-time execution can set this to true.
Response
Portfolio buy order executed successfully
Asset transaction enriched with display-ready fields.
AssetTransaction Current transaction status (Pending, PendingGift, Settled, etc.).
update, buy, sell User identifier owning the transaction.
Portfolio identifier associated with the transaction.
Execution windows separated by asset category (matches domain ExecutionWindowsType)
Wealthyhood fees on orders and settled transactions (commission, FX, and real-time execution when applicable).
Present for partner users when countervalue fees apply.