Skip to main content
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": [
    "<string>"
  ],
  "portfolioTypes": [
    "custody"
  ]
}
'
{}

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

portfolioTypes
enum<string>[]

List of portfolio types for the report. See details

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

Response

OK

The response is of type object.