Create a new cash account inside the specified portfolio.
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Body Params application/json-patch+json
{
"accountName": "High Interest Savings",
"portfolioId": 123,
"currencyCode": "AUD"
}
Request Code Samples
curl --location '/v1/cashAccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"accountName": "High Interest Savings",
"portfolioId": 123,
"currencyCode": "AUD"
}'
Responses
This response does not have a body.
Modified at 2026-05-06 04:19:50