Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Id of the entity issuing the trade
ID of the Portfolio to assemble the trade for
Type of the entity issuing the Trade
org
, fund
Amount of the trade in USDC (smallest unit)
"100000000"
Type of trade
Buy
, Sell
Unique identifier for the recommendation. Generated on the client side to ensure idempotency.
Slippage tolerance for the trade in basis points (bps). Defaults to maximum slippage.
50
Whether the trade is a max trade, ignoring the amountUsdc value
false
ID of the fund that the advisor is collaborating with
Response
Portfolio trade recommendation successfully created
The recommendation id
"123e4567-e89b-12d3-a456-426614174000"