Create a fund cash pot
POST
/api/portfolio/assets/{asset}/fund-cash-potPath parameters
- The asset ID
Request body
Body shape: Portfolio_CreateFundCashPotRequest (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/assets/{asset}/fund-cash-pot\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"name": "name",
"description": "description"
}'