Sponsors API

Sponsor profile management endpoints

Sponsors API

Manage sponsor profiles and view pool activity.

Get Sponsor Profile

GET /api/v1/sponsors/profile
Authorization: Bearer {token}

Response:

{
  "walletAddress": "GDKFP...9M2R",
  "name": "TechFund DAO",
  "type": "DAO",
  "totalDeposited": 500000000000,
  "currentValue": 500247000000,
  "loansSupported": 3,
  "joinedAt": "2026-05-14T00:00:00Z"
}

Update Sponsor Profile

PATCH /api/v1/sponsors/profile
Authorization: Bearer {token}
Content-Type: application/json

{
  "name": "TechFund DAO",
  "type": "DAO",
  "website": "https://techfund.xyz",
  "bio": "Funding the next generation of African developers"
}

Get Funded Loans

GET /api/v1/sponsors/loans?page=1&limit=10
Authorization: Bearer {token}

Returns loans currently backed by the pool that this sponsor has contributed to.

Sponsor Types

TypeDescription
IndividualSingle person sponsor
CompanyCorporate sponsor
DAODecentralized autonomous organization
FoundationNon-profit or grant foundation