Skip to main content
POST
/
reports
/
stake
/
orders
Create Stake Orders Report
curl --request POST \
  --url https://api.copper.co/platform/reports/stake/orders \
  --header 'Content-Type: application/json' \
  --data '
{
  "terminatedAtTo": "<string>",
  "portfolioIds": [
    "<string>"
  ],
  "portfolioTypes": [
    "custody"
  ],
  "reportType": "rewards",
  "terminatedAtFrom": "<string>"
}
'
{}

Body

application/json
terminatedAtTo
string
required

Timestamp in milliseconds of when orders were terminated to

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
reportType
enum<string>

Report type. See details

Available options:
rewards,
staking-orders
terminatedAtFrom
string

Timestamp in milliseconds of when orders were terminated from

Response

OK

The response is of type object.