Get fund units held

POST/api/portfolio/assets/{asset}/fund/units-held

Path parameters

  • assetintegerRequired#
    The asset ID

Request body

Body shape: Portfolio_UnitsHeldFundRequest (required)

Responses

200
{}
403Forbidden.Error
404Not found.Error
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/assets/{asset}/fund/units-held\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "held_at": "held_at",
  "investor_id": 1
}'