GET /api/tally/transparency
Public framework stats. Anonymous-safe.
Response — 200
{
"ok": true,
"total_minted": "1247892",
"total_burned": "6234",
"foundation_balance": "31194",
"burn_rate": 0.005,
"foundation_rate": 0.025,
"price_per_token": "0.001"
}
burn_rate and foundation_rate are framework-wide constants from tallyEconomy.ts. price_per_token is the indicative pricing (USD); not a market price.