This page provides a summary of all available API endpoints. For full request/response schemas, see the Swagger documentation.
Accounts
| Method | Path | Description |
|---|
GET | /accounts/me | Get current account details |
PUT | /accounts/me | Update account profile |
GET | /accounts/me/kyc | Get KYC verification status |
POST | /accounts/me/kyc | Submit KYC documents |
Deposits
| Method | Path | Description |
|---|
GET | /deposits | List all deposits |
POST | /deposits | Create a new deposit |
GET | /deposits/{id} | Get deposit details |
POST | /deposits/{id}/withdraw | Withdraw a deposit |
GET | /deposits/summary | Get deposit summary with totals |
Credit
| Method | Path | Description |
|---|
GET | /credit/line | Get current credit line details |
GET | /credit/health | Get health factor and collateral status |
GET | /credit/transactions | List credit transactions |
POST | /credit/draw | Draw from credit line |
GET | /credit/tier | Get current graduation tier |
Payments
| Method | Path | Description |
|---|
GET | /payments | List payment history |
POST | /payments | Make a payment |
GET | /payments/{id} | Get payment details |
GET | /payments/schedule | Get payment schedule |
POST | /payments/autopay | Configure autopay settings |
Yield
| Method | Path | Description |
|---|
GET | /yield/summary | Get yield earnings summary |
GET | /yield/history | Get yield history with daily breakdowns |
GET | /yield/strategies | List active yield strategies |
PUT | /yield/settings | Update yield preferences (compounding, etc.) |
Scores
| Method | Path | Description |
|---|
GET | /scores/{address} | Get reputation score for a wallet |
GET | /scores/{address}/history | Get score history |
GET | /scores/{address}/categories | Get category-level score breakdown |
Webhooks
| Method | Path | Description |
|---|
GET | /webhooks | List webhook subscriptions |
POST | /webhooks | Create a webhook subscription |
PUT | /webhooks/{id} | Update a webhook subscription |
DELETE | /webhooks/{id} | Delete a webhook subscription |
Next Steps