Functions§
- v1_
savings_ ingest POST /api/v1/savings/ingest— accepts aSignedSavingsBatchV1JSON body. Verifies the Ed25519 signature, rejects on INVALID, and appends to the team’s savings store if valid.
POST /api/v1/savings/ingest — accepts a SignedSavingsBatchV1 JSON body.
Verifies the Ed25519 signature, rejects on INVALID, and appends to the team’s
savings store if valid.