Treasury total value over time for a protocol
API · /daotreasury-api
DAO Treasury API
Live treasury composition for DeFi protocols and DAOs, keyless. For any protocol it returns the value its DAO holds in its treasury, split into the protocol OWN governance token versus real diversified reserves (stablecoins, ETH, BTC and other assets) — the single most-watched measure of treasury health and runway — broken down per chain, plus the treasury value over time. Live, nothing stored. The DAO-treasury layer for DeFi research, governance, risk and dashboard apps — this is treasury composition (own-token vs real reserves), not protocol TVL.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 146 ms
- Server probes · 24h
- Subscribers
- 3,809
- active
- Total calls
- 39
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 1,900 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 1,900 calls/month
- 3 req/sec
- Treasury composition + history
- No credit card
Starter
€13.00 /month
- 46,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 46k calls/month
- 8 req/sec
- Any protocol/DAO
- Email support
Pro
€44.00 /month
- 290,000 calls / month
- 20 requests / second
- Hard cap (429 above quota, no overage)
- 290k calls/month
- 20 req/sec
- Own-vs-reserves analytics
- Priority support
Business
€134.00 /month
- 1,900,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 1.9M calls/month
- 50 req/sec
- Commercial use
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Internet Computer NNS Governance API
Internet Computer NNS (Network Nervous System) governance, live from the official public dashboard API — no key, nothing cached. The NNS is the on-chain DAO that controls the entire Internet Computer: ICP holders lock tokens into neurons and vote on proposals across topics — protocol upgrades, network economics, node administration, canister management, SNS launches and more. The base Internet Computer reader covers network, accounts, canisters and subnets, but not governance; this opens it. List NNS proposals filtered by topic and status, each with its title, proposer neuron, voting deadline and yes / no voting-power tally with percentages. Read a single proposal in full — its tally, action, status and decision timestamps. And get a live governance overview: the all-time total proposal count, how many are currently open for voting, and the breakdown of recent proposals by topic and status. The on-chain governance layer for Internet Computer wallets, neuron dashboards, voters and analytics. Live from ic-api.internetcomputer.org.
api.oanor.com/icpgov-api
MakerDAO / Sky Governance API
MakerDAO / Sky governance — the original DeFi governance — live from the public governance-portal API, no key, nothing cached. Maker governs through three instruments: on-chain executive votes ("spells") that change the protocol and accrue MKR support, signal polls that gauge community sentiment, and recognized MKR delegates who vote on behalf of holders. The Sky reader covers the savings rate and protocol stats, but not governance; this opens it. List the executive votes with their MKR support and whether they have been executed. Browse the governance polls with the portal's own active / finished tally and each poll's type, voting window, tags and options. And rank the recognized delegates by delegated MKR with their alignment status, delegator count, last vote and how many polls and executives they have supported. The governance layer for MakerDAO/Sky wallets, governance dashboards, delegates and analytics. Live from vote.makerdao.com.
api.oanor.com/makergov-api
Snapshot DAO Governance API
Live DAO governance data from Snapshot, the off-chain voting platform where most crypto DAOs run their proposals and votes — read from the public Snapshot GraphQL hub, no key, nothing stored. The proposals endpoint returns governance proposals newest-first, filterable by DAO space and state (active, closed, pending), each with its title, choices, total voting power, vote count and open/close timing. The proposal endpoint returns a single proposal in full: the body, every choice with its score, the author, the quorum and the timing. The votes endpoint returns the votes cast on a proposal, ranked by voting power, with each voter, their choice and their token-weighted weight. The space endpoint returns a DAO space's profile — follower, proposal and vote counts, network and governance token. Track what Aave, Uniswap, Arbitrum and thousands of other DAOs are voting on right now. This is the DAO-governance cut of crypto — distinct from the price, market, on-chain, DeFi and exchange APIs in the catalogue.
api.oanor.com/snapshot-api
Decred Politeia Governance API
Decred Politeia — Decred's on-chain treasury governance — live from the public Politeia API, no key, nothing cached. Politeia is Decred's proposal system: contributors submit funding and policy proposals, and DCR stakeholders vote on them with their tickets, with on-chain quorum and approval thresholds. The base Decred reader covers the chain and staking, but not Politeia; this opens it. List treasury proposals by vote status — approved, rejected, started, authorized — each with its title, author and yes / no ticket-vote tally and approval percentage. Read a single proposal in full with its complete vote result, the quorum and pass thresholds and the eligible-ticket count. And get a live governance overview: how many vetted proposals currently sit in each vote status. The treasury-governance layer for Decred wallets, stakeholder dashboards, voters and analytics. Live from proposals.decred.org.
api.oanor.com/politeia-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for DAO Treasury API?
What's the rate limit for DAO Treasury API?
How much does DAO Treasury API cost?
Can I cancel my subscription anytime?
Is DAO Treasury API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/daotreasury-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/daotreasury-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/daotreasury-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/daotreasury-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.