POST
/
reports
/
wallets
/
net-asset-values
curl --request POST \
  --url https://api.copper.co/platform/reports/wallets/net-asset-values \
  --header 'Content-Type: application/json' \
  --data '{
  "dateFrom": "<string>",
  "dateTo": "<string>",
  "portfolioIds": "portfolioId1,portfolioId2",
  "portfolioTypes": "custody,external"
}'
{}

Body

application/json

Response

200
application/json
OK

The response is of type object.