Documentation Index
Fetch the complete documentation index at: https://sage-f6b5014e.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /transactions
Lists proposals for a vault. Filter client-side for in-review items whereinReview === true and status is neither executed nor rejected.
| Query param | Required | Description |
|---|---|---|
vaultAddress | Yes | Vault address to list proposals for |
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
| Field | Type | Required | Description |
|---|---|---|---|
action | string | Yes | reject or review |
reason | string | No | Human-readable reason recorded on the proposal |
vaultAddress | string | When id=latest | Resolves the latest in-review proposal |
POST /notify-resolve to update the Telegram message.
