API Reference
Proposals API
Current endpoints for treasury payout proposals, on-chain proposal state, approvals, and execution sessions.
Treasury payout proposals are exposed through the proposal router and vault proposal routes in the backend.
Returns proposal records, optionally filtered by status.
Returns proposals for a specific vault.
Returns a single proposal.
Creates the proposal record before the on-chain proposal state is funded.
These routes build and confirm the proposal covenant funding flow.
These routes collect proposal approval state on-chain.
Execution uses a session-based signature collection flow. Once the required signatures are collected, the backend broadcasts the payout transaction and marks the proposal executed.
Used by the proposal execution flow when raw transaction broadcast control is needed.

