# Create Staking Rewards Statement Starts Staking Rewards Statement creation. Provides overview on staking rewards collected. Endpoint: POST /reporting/api/v1/stakingrewardsstatement Version: 1.5.0 Security: api-key, nonce, timestamp, version, signature ## Header parameters: - `customer-number` (string, required) Defines which customer the request is executed for. If you manage multiple customers, this is how you switch between them. Use the _Customer Management_ API endpoints to get the customer data. Example: 'BTCS-CUS-123456' ## Request fields (application/json): - `dateFrom` (string, required) - `dateTo` (string, required) - `referenceCurrency` (string, required) ## Response 200 fields (application/json): - `reportId` (string) ## Response 400 fields ## Response 401 fields ## Response 500 fields