Platform · Build
Developer Dashboard
API keys, webhooks, and integration tooling for the GreenLedger quant engine.
api v2.4.1
env: live
Quant Engine API
Operational · 42ms
Ledger Sync
In Sync · Block #4,102,944
Webhook Queue
0 Pending · drained
API requests · June 2026
4,210 / 50,000
PlanScale · $499/mo
ResetsJul 01
p9568ms
Errors0.02%
8.42% consumedOverage: $0.0008 / req · throttled at 100% until top-up
API Keys
Use the publishable key client-side; never expose the secret key in browsers.
| Type | Token | Last used | Actions |
|---|---|---|---|
publishable | Publishable Key pk_live_greenledger_demo_publishable_placeholderCreated May 14, 2026 | 2m ago | |
secret | Secret Key sk_live_greenledger_demo••••••••••••••••Created May 14, 2026 | 11s ago |
Webhooks
Receive signed events for asset, dividend, and compliance lifecycle changes.
asset.fully_funded
asset.listed
dividend.disbursed
order.executed
kyc.verified
compliance.alert
https://api.meridian-capital.eu/hooks/greenledgerdividend.disbursed
asset.fully_funded
active · success 99.8%
https://ops.internal/greenledger/compliancekyc.verified
compliance.alert
active · success 100%
Quickstart · Quant Engine
Pull real-time IRR, payback, and dividend projections for any asset.
POST /v2/quant/irr
shell
1curl -X POST https://api.greenledger.capital/v2/quant/irr \2 -H "Authorization: Bearer sk_live_greenledger_47f2..." \3 -H "Content-Type: application/json" \4 -d '{5 "asset_id": "sol-rajasthan-03",6 "investment": 25000,7 "horizon_years": 25,8 "monte_carlo": true,9 "simulations": 1000010 }'