DeFi Governance Monitor — Snapshot DAO Proposal Tracker avatar

DeFi Governance Monitor — Snapshot DAO Proposal Tracker

Pricing

Pay per usage

Go to Apify Store
DeFi Governance Monitor — Snapshot DAO Proposal Tracker

DeFi Governance Monitor — Snapshot DAO Proposal Tracker

Track active governance proposals across 20+ major DeFi DAOs on Snapshot: Uniswap, Aave, Compound, ENS, Arbitrum, Optimism, MakerDAO, Lido, Curve, Balancer and more. See votes, quorum status, and time remaining. No API key. $0.005/run.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Track active governance proposals across 20+ major DeFi DAOs on Snapshot. See votes, quorum status, and time remaining. No API key required.

What it returns

FieldDescription
daoDAO name (Uniswap, Aave, etc.)
proposal_idSnapshot proposal ID
titleProposal title
stateactive / closed / pending
start_tsVoting start timestamp
end_tsVoting end timestamp
hours_remainingHours until vote closes
votes_forVotes in favor
votes_againstVotes against
quorum_reachedWhether quorum threshold is met
snapshot_urlDirect link to proposal

Supported DAOs

Uniswap, Aave, Compound, ENS, Arbitrum, Optimism, MakerDAO, Lido, Curve, Balancer, Synthetix, Yearn, Frax, GMX, dYdX, Rocket Pool, Sushi, and more.

Use cases

  • Monitor governance risk for DeFi protocol positions
  • Alert on proposals ending within 24h
  • Track voting outcomes for major protocol changes
  • Research DAO participation rates

Pricing

$0.005 per run (PPE). Flat fee, all DAOs included.

Input

{
"daos": ["uniswap", "aave", "compound"],
"stateFilter": "active",
"hoursUntilEndMax": 48
}
ParameterTypeDefaultDescription
daosarrayall 20+ DAOsSpecific DAOs to monitor
stateFilterstring"active"Filter: active / closed / all
hoursUntilEndMaxintegernullOnly proposals ending within N hours

Example output

{
"dao": "Uniswap",
"title": "Deploy Uniswap v3 on Base",
"state": "active",
"hours_remaining": 18.5,
"votes_for": 42000000,
"votes_against": 1200000,
"quorum_reached": true,
"snapshot_url": "https://snapshot.org/#/uniswapgovernance.eth/proposal/0x..."
}

Data source

Snapshot GraphQL API — free, no auth required.