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
dateFrom
string
required

Timestamp in milliseconds for the initial report entry

dateTo
string
required

Timestamp in milliseconds for the final report entry

portfolioIds
string[]

List of portfolio ids for the report

Example:

"portfolioId1,portfolioId2"

portfolioTypes
enum<string>[]

List of portfolio types for the report. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
Example:

"custody,external"

Response

200
application/json
OK

The response is of type object.