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

Body

application/json

Response

200
application/json

OK

The response is of type object.