$ man dao-proposal-monitor
/dao-proposal-monitor
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
dao-proposal-monitor — monitors dao governance proposals on snapshot.org for any space
SYNOPSIS
POST https://x402.agentutility.ai/dao-proposal-monitor
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Monitors DAO governance proposals on Snapshot.org for any space. For a Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API, no auth. Use it as a DAO proposal monitor, DAO voting tracker, on-chain governance watch, or an Aave + Uniswap + ENS + Arbitrum proposal feed.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| space | string | Snapshot space slug, typically an ENS name (e.g. 'aave.eth', 'uniswap', 'ens.eth', 'arbitrumfoundation.eth'). | required |
| state | string | Filter by proposal state. Default 'all'. enum: active · closed · pending · all | optional |
| limit | number | Max proposals to return. 1-50. Default 10 (most-recent-first). | optional |
| summarize | boolean | If true, generates a Venice-LLM TLDR per proposal (extra latency). Default false. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| proposal_count | string | Number of recent Snapshot proposals returned for the requested space. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/dao-proposal-monitor \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the dao-proposal-monitor tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- daogovernancesnapshotproposalsvotingedge-marketdao-monitor
- methods
- POST
- cluster
- edgemarket
- price
- $0.03 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| bridge-rates | Compares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi. | $0.03 |
| ens-resolve | Resolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS). | $0.03 |
| defi-llama | DefiLlama API / DeFi TVL protocol lookup. | $0.02 |
| defi-llama-api | Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. | $0.02 |
| defi-llama-protocol | Looks up any DeFi protocol's TVL and metadata from DefiLlama. | $0.02 |
| defi-tvl | DeFi TVL API / total value locked by protocol. | $0.02 |
| defillama | DefiLlama protocol TVL lookup / DeFi protocol metadata. | $0.02 |
| gas-api | Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. | $0.02 |
SEE ALSO