GET /transactions
Lists proposals for a vault. Filter client-side for in-review items whereinReview === true and status is neither executed nor rejected.
GET /transactions/:id
Fetch a single proposal, including its stored risk verdict. Returns:riskScore, riskVerdict, riskReasons, inReview, status, txSignature, and transfer details.
PATCH /transactions/:id
Reject a proposal or flag it for manual review. Uselatest as the id with a vaultAddress to target the most recent in-review proposal.
Reject
Mark for review
After a reject, call
POST /notify-resolve to update the Telegram message.
