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"
}