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>"
}'
{}
OK
The response is of type object
.
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>"
}'
{}