POST
/
reports
/
wallets
/
wallets-snapshots
Create Balance Report
curl --request POST \
  --url https://api.copper.co/platform/reports/wallets/wallets-snapshots \
  --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

Examples:

"portfolioId1,portfolioId2"

portfolioTypes
enum<string>[]

List of portfolio types for the report. See details

Examples:

"custody,external"

Response

OK

The response is of type object.