Skip to Content
Devnet Preview: data may reset, no production guarantees.
API ReferenceGET /fees/summary

GET /api/v1/fees/summary

Public fee ledger summary with current totals, split metadata, and schedule.

Auth: None (public)

Base URL: https://provenonce.io

Request

curl https://provenonce.io/api/v1/fees/summary

Response

{ "ok": true, "total_lamports": 12450000000, "total_sol": 12.45, "wash_flagged_lamports": 0, "by_type": [ { "fee_type": "sigil", "count": 47, "total_lamports": 5500000000, "total_sol": 5.5, "allocation": { "operations_lamports": 1650000000, "contributors_lamports": 1650000000, "development_lamports": 825000000, "treasury_lamports": 825000000, "referral_lamports": 550000000 } } ], "overall_allocation": { "operations_lamports": 3735000000, "contributors_lamports": 3735000000, "development_lamports": 1867500000, "treasury_lamports": 1867500000, "referral_lamports": 1245000000 }, "protocol_wallets": { "visible": false, "_note": "Protocol wallet addresses are intentionally redacted on this public endpoint." }, "fee_split_bps": { "operations": 3000, "contributors": 3000, "development": 1500, "treasury": 1500, "referral": 1000 }, "schedule": { "sigil_tiers": [ { "identity_class": "narrow_task", "label": "Narrow Task", "sol": 0.05, "lamports": 50000000 }, { "identity_class": "autonomous", "label": "Autonomous", "sol": 0.15, "lamports": 150000000 }, { "identity_class": "orchestrator", "label": "Orchestrator", "sol": 0.35, "lamports": 350000000 } ], "heartbeat_tiers": [ { "range": "1-100", "sol": 0.0005, "lamports": 500000 }, { "range": "101-1000", "sol": 0.0003, "lamports": 300000 }, { "range": "1001-∞", "sol": 0.0002, "lamports": 200000 } ], "proof_reissuance_sol": 0.0002 } }

Notes

  • Public endpoint is rate-limited: 60 requests/minute per IP.
  • Protocol wallet addresses are not exposed on this endpoint.
  • Fee split labels are: Operations / Contributors / Development / Treasury / Referral.
Last updated on