Authorizations
Body
Response
200 - application/json
curl --request POST \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/clients/{uuid}/proposal/ \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"optimized_weights": [
{
"ticker": "<string>",
"weight": "<string>"
}
]
}'
{
"orders": [
{
"ticker": "<string>",
"amount": "<string>",
"amount_usd": "<string>",
"type": "qty",
"reason": "removed_from_target",
"existing_quantity": "<string>",
"existing_weight": "<string>",
"existing_market_value": "<string>",
"target_weight": "<string>",
"tax_lots": [
{
"cost_basis": "<string>",
"quantity": "<string>",
"trade_date": "2023-12-25",
"gain": "<string>"
}
],
"fx_cost_breakdown": {
"base_amount_usd": "<string>",
"fx_rate": "<string>",
"fx_fee_percentage": "<string>",
"fx_fee_amount_usd": "<string>",
"net_amount_usd": "<string>",
"currency": "USD"
}
}
]
}
Create a rebalance proposal for a client.
curl --request POST \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/clients/{uuid}/proposal/ \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"optimized_weights": [
{
"ticker": "<string>",
"weight": "<string>"
}
]
}'
{
"orders": [
{
"ticker": "<string>",
"amount": "<string>",
"amount_usd": "<string>",
"type": "qty",
"reason": "removed_from_target",
"existing_quantity": "<string>",
"existing_weight": "<string>",
"existing_market_value": "<string>",
"target_weight": "<string>",
"tax_lots": [
{
"cost_basis": "<string>",
"quantity": "<string>",
"trade_date": "2023-12-25",
"gain": "<string>"
}
],
"fx_cost_breakdown": {
"base_amount_usd": "<string>",
"fx_rate": "<string>",
"fx_fee_percentage": "<string>",
"fx_fee_amount_usd": "<string>",
"net_amount_usd": "<string>",
"currency": "USD"
}
}
]
}
Show child attributes
Show child attributes