POST
/
reports
/
orders
/
net
curl --request POST \
  --url https://api.copper.co/platform/reports/orders/net \
  --header 'Content-Type: application/json' \
  --data '{
  "orderTypes": "buy,sell",
  "portfolioIds": "portfolioId1,portfolioId2",
  "portfolioTypes": "custody,external",
  "reportType": "transfers",
  "terminatedAtFrom": "<string>",
  "terminatedAtTo": "<string>"
}'
{}

Body

application/json

Response

200
application/json

OK

The response is of type object.