Overview
The Credit Kit API enables partners to integrate Centuari’s fixed-rate lending into their applications.Full API Reference
See complete endpoint documentation
Quick Integration
Authentication
All requests require API key:Core Endpoints
| Endpoint | Method | Description |
|---|---|---|
/lend | POST | Create lending position |
/borrow | POST | Create borrowing position |
/positions | GET | List positions |
/positions/:id | GET | Get position details |
/withdraw | POST | Withdraw funds |
/markets/rates | GET | Current market rates |
Webhooks
Receive real-time updates:SDK Guide
Use the TypeScript SDK for easier integration