Skip to main content

GET /transactions

Lists proposals for a vault. Filter client-side for in-review items where inReview === 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. Use latest 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.