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": "string",
"portfolioId": 0,
"currencyCode": "string"
}
Request Code Samples
curl --location --request POST '/v1/cashAccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"accountName": "string",
"portfolioId": 0,
"currencyCode": "string"
}'
Responses
This response does not have a body.
Modified at 2025-10-24 04:35:20