Calculate total value from share value and number of shares
POST
/api/portfolio/transactions/form-calculations/total-valueRequest body
Body shape: Portfolio_FormCalculateTotalValueRequest (required)
Responses
200
{}curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/form-calculations/total-value\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"share_value": 1,
"number_of_shares": 1
}'