Developers
APIs and primitives to plug CredaFi into your existing systems.
Early access only. We're working with a small set of partners.
Example Asset Object
{
"id": "asset_123",
"type": "ev_charging",
"principal": 2500000,
"term": 60,
"collateral": {
"type": "equipment",
"value": 3000000
},
"cashflows": [...]
}Create Pool Endpoint
POST /api/pools
{
"name": "Q1 2025 EV Fleet Pool",
"assets": ["asset_123", ...],
"structure": {
"tranches": [...],
"waterfall": {...}
}
}