report_returns
Fold new returns into an existing commitment and get the current verdict: HELD, DECAYED, or BROKEN. Use it each time new live data arrives to update the verification.
Instructions
Fold new live returns into a commitment and get the current HELD / DECAYED / BROKEN verdict. O(1) per return; the raw returns are not stored. Call it whenever you have new live data — daily, weekly, whenever.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your metering key — any stable string identifying you; it tracks your free-tier calls and prepaid credit balance. | |
| new_returns | Yes | The new live per-period returns since you last reported. | |
| commitment_id | Yes | The id from open_commitment. |